Git Notes

Editing Old Commit Messages

20th August 2024
1 minute.
git
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

20th August 2024
1 minute.
git
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...