Squashing Commits
        Date:
        2013-08-17
      
    
      Tags:
      
        programming
      
      
         note
      
    
  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