Rewriting history with git filter-branch
Welcome to my second post in the series of lesser-known git commands. If you have missed last week’s post about git worktree you can find it here. This week we will look at git filter-branch. Hopefully, you will not need it that often but if you do git filter-branch is extremely powerful in rewriting your[…]