Squashing Commits
How to squash the last 3 commits into 1:
git rebase -i HEAD~3 Then, first item to 'p' and the rest to 's'quash
https://makandracards.com/makandra/527-squash-several-git-commits-into-a-single-commit
Date
2013-08-17
Status
draft
Tags
programming and note
Series
N/A