Sometimes, git rebase -i HEAD~2
, then flipping the commit order and git commit --amend
is just the most convenient way to amend the second last commit. 🤷♀️
Sometimes, git rebase -i HEAD~2
, then flipping the commit order and git commit --amend
is just the most convenient way to amend the second last commit. 🤷♀️