git

Back Open Paginator
12.01.2026 16:42
habr (@habr@zhub.link)

Не Git-ом единым: гид по системам контроля версий для особых случаев

А есть ли жизнь вне GIT? Что там? Может там летают птеродактили или НЛО? Или там просто пустое поле? Давайте разбираться.

habr.com/ru/articles/984556/

#Git #Mercurial #Subversion #Perforce #Darcs #Pijul




Show Original Post


12.01.2026 13:50
hn50 (@hn50@social.lansky.name)

Fossil versus Git

Link: fossil-scm.org/home/doc/trunk/
Discussion: news.ycombinator.com/item?id=4

#git




Show Original Post


12.01.2026 12:42
ngate (@ngate@mastodon.social)

Ah, yet another thrilling saga in the eternal battle of . ⚔️. Who knew comparing two slightly different flavors of version control could induce such a deep existential crisis? 🤯 Spoiler: They both store stuff. 💾
fossil-scm.org/home/doc/trunk/




Show Original Post


12.01.2026 12:42
h4ckernews (@h4ckernews@mastodon.social)

Fossil versus Git

fossil-scm.org/home/doc/trunk/




Show Original Post


12.01.2026 09:30
devdigest (@devdigest@mastodon.social)

⚡️ Two Regimes of Git Every Developer Should Know

🏷️

devdigest.today/goto/5256




Show Original Post


12.01.2026 05:22
delegatevoid (@delegatevoid@mastodon.gamedev.place)

syncthing.net

You don't need dropbox, google drive, onedrive, etc....

#syncthing allows you to sync data between devices without a centralized server.

I've been using it for years, transferring terabytes of data per month.

I even use it as an alternative to github.
That's right you can combine #git and #syncthing to build a cloudless version control system.




Show Original Post


11.01.2026 21:46
hashbangcode (@hashbangcode@fosstodon.org)

From the archive! Getting Started With Git Bisect

This is a detailed introduction into using git bisect to find problems in git repos.

We look into the bisect algorithm, how it's used in git, and some examples of using the system to find where a problem was introduced in a repo.

hashbangcode.com/article/getti
#git #programming #hashbangcode




Show Original Post


11.01.2026 20:48
M_M (@M_M@mastodon.uno)

Solo io capisco che se si lavora sulla stessa feature, si lavora anche sulla stessa branch in #git? E che, se qualcuno decide (poi mi spiegherà il perché) di lavorare invece su develop, sarebbe meglio fare un cherry pick per recuperare quei commit, invece di fare rebase continui con conflitti continui e ripetuti?!




Show Original Post


11.01.2026 19:55
escolalinux (@escolalinux@mastodon.social)

🔍 Desmistificando o Debate Git vs. GitHub: Entendendo as Principais Diferenças 🖥️🔗

Git e GitHub são frequentemente confundidos, mas possuem funções distintas no mundo do desenvolvimento. Descubra as diferenças essenciais entre eles e como cada um pode beneficiar seus projetos!

👉 Saiba mais no blog: nova.escolalinux.com.br/blog/d




Show Original Post


11.01.2026 18:22
habr (@habr@zhub.link)

AI ускоряет внесение изменений быстрее, чем мы успеваем их осмыслить

В разных командах разработки наблюдается похожая картина. После внедрения ИИ в процессы он ускоряет не только работу, но и масштабирует уже существующие проблемы. Мне приходилось внедрять ИИ в продакшн-среду в разных доменах — от классических моделей классификации до разворачивания собственных серверов под локальные LLM и интеграции генеративных моделей для усиления командной работы. В каждом случае вывод оказывался одинаковым. Большинство инженерных проблем при работе с ИИ по-прежнему лежит в области дисциплины и мышления, а не в технологиях. Поэтому привычные инженерные практики требуют переосмысления.

habr.com/ru/articles/984244/

#ai #искусственный_интеллект #разработка_по #git #инженерное_мышление #процессы_разработки




Show Original Post


11.01.2026 16:45
notes (@notes@irlqt.net)

Crow's Tech Tips:

Today we will be focusing on git; you're all familiar with it, but these lesser known commands can really ramp up your workflow.

1.
git mv marks a files as "most valuable" and will create a duplicate git object in the repo to protect against accidental corruption

2.
git push allows you to push files around your repo, moving them from here to there without cluttering up commits with deleted ‹file> and created ‹file>. For convenience, the inverse git pull allows you to move a file from another directory to the current one.

3.
git remote allows you to build and run the current repository on a remote machine

4.
git log lets you see the git daemon's logs to help debug any issues you might encounter.

5.
git branch is more of an easter egg, but it draws a cute little bonsai tree in your terminal

#tech #git #techtips #tutorial





Show Original Post


11.01.2026 12:23
unixbhaskar (@unixbhaskar@mastodon.social)

While sipping Lemon Tea 🍋🫖 and some staring.....





Show Original Post


1 ...127 128 129 130 131 132 133 134 135 136 137 ...348
UP