Git from the Bottom UpA tutorial/reference that covers a lot of detail about git.#git#book#tutorial#programming#reference·jwiegley.github.io·Jun 30, 2022Git from the Bottom Up
git best practicesArticle relating to best practices as a git user. Some gems in here.#programming#git#tutorial·sethrobertson.github.io·Jul 4, 2021git best practices
Deleting Git Branches with MagitAs this article says, I've always tended to drop down to the CLI to delete a branch, and ensure it's cleaned from the remote, etc. Somehow I'd never picked up on the fact that Magit just handles this. And of course, it does, Magit does so much!#emacs#git#programming#magit#tutorial·emacsredux.com·Mar 27, 2021Deleting Git Branches with Magit
Write yourself a gitLearn how git works, by writing a git.#git#tutorial#programming#python·wyag.thb.lt·Apr 21, 2019Write yourself a git