#Git
Belle infographie pour mieux comprendre certaines commandes de Git
(source : https://twitter.com/ChrisStaud/status/1554091413272494080)
Chris Staud on Twitter

“📌 Git Workflow 🎨✨”

Twitter
@sebsauvage Presque parfait (presque, parce qu'en fait le stash, ça circule entre working dir + staging area et local repository). #ModeChieur
@sebsauvage j'aime pas `git pull` car ça fait pas la même chose selon ta configuration locale. En général ça fait la même chose que `git fetch && git merge`
@faxmodem @sebsauvage on peut limiter au fast-forward pour éviter les merge avec --ff.