[git] Combine Two Commits into One Using git rebase -i fixup and squash
A step-by-step tutorial for the beginners of git
I found that the biggest barrier that hinders me from learning git is git editor, and I believe lots of people are struggling to learn git like I used to be.
You can find tons of articles that teach you how to combine two commits on the…