Git Notes
Editing Old Commit Messages
So you have some commit messages you want to update? You need git-filter-repo! git filter-repo is a versatile tool for rewriting history, which includes capabilities I have not found anywhere...
Comparing Git Branches
When I have some git branches left unmerged it can be useful to compare what commits are on one branch and not the other. To check if a branch has...