Git notes
Links
TODO Collaborating with git-send-email git
git-send-mail
👼
TODO Learn to use email with git! git
TODO Patterns for Managing Source Code Branches #read git
TODO Powerful Git Macros For Automating Everyday Workflows git
git log –graph –pretty=format:’%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset’ –abbrev-commit –date=relative $@..$(git rev-parse –abbrev-ref HEAD)
TODO Dangit, Git!?!