Another Gitflow Workflow overview: Steps, Alternatives, Pros & Cons
https://dasroot.net/posts/2025/06/gitflow-overview-and-alternatives
#Gitflow #git #devops
Gitflow Workflow: Steps, Alternatives, Pros & Cons

Gitflow: steps, pros, cons, alternatives. Compare with GitHub Flow, Trunk-Based for structured releases and agile teams.

Technical news about AI, coding and all
Gitflow Explained: Steps, Alternatives, Pros, and Cons - Rost Glukhov | Personal site and technical blog

Explore Gitflow: a structured branching model for version control. Learn its steps, advantages, weaknesses, and alternatives like GitHub Flow. Ideal for large teams and complex projects.

Yay @stux - thanks for adding the codeberg emoji to mstdn.social! ♥️ #codeberg #git #floss

when programmers use git for lewd projects, they're being horny on main

#git

Note to future self: when you want git to tell you all the files you've modified, but not those you've deleted (e.g. to pipe through xargs and feed to your linter for bulk-linting), the command you're looking for is -

git diff --name-only --diff-filter=M

#note #git #sourceControl #bash #linux

Via: 🔗 https://danq.me/2025/06/14/git-diff-name-only-diff-filterm/

git diff –name-only –diff-filter=M

Note to future self: when you want git to tell you all the files you've modified, but not those you've deleted (e.g. to pipe through xargs and feed to your linter for bulk-linting), the command you're looking for is - git diff --name-only --diff-filter=M

Dan Q

Основные команды GIT

Научись использовать Git как профессионал. Эта статья поможет тебе освоить самые популярные команды Git на реальных примерах. Узнай, как добавлять изменения, создавать коммиты, переключаться между ветками, объединять изменения и синхронизировать проект с удалённым репозиторием. ОГОГО, что там далее!? ...

https://habr.com/ru/articles/918386/

#git #github #управление_проектом #удаленная_работа #программирование #системы_управления_версиями #система_контроля_версий

Основные команды GIT

О чем статья В этой статье я расскажу о том, как работает Git , какие основные команды нужно знать, как пользоваться, и как они помогают решать повседневные задачи. Даже если ты только начинаешь свой...

Хабр
Do you use #Obsidian? Have a passing familiarity with #git? Want to sync files between devices? You're gonna like this one https://aaronmorey.com/posts/2025/syncing-obsidian-to-ios/
Syncing Obsidian to iOS

Look what I just built this afternoon!

https://github.com/greg0ire/inject-git-hash

Made for #zsh and #git with #fzf

GitHub - greg0ire/inject-git-hash: zsh plugin that allows to easily select commit hashes from your git history

zsh plugin that allows to easily select commit hashes from your git history - greg0ire/inject-git-hash

GitHub

I love the UNIX philosophy:

git log --stat | jc --git-log | jq

 #Git

I am probably using #FreeBSD #ports wrong because I first try to install #git so that I can git clone ports tree from git source tree. The next thing I know #bash #Python and #Ruby are being compiled...🫣
#BSD #Unix #UseBSD #RunBSD