Squashing Uses “interactive rebase” - rewriting branch history. 1. git rebase -i [base commit] 2. Text file is ordered oldest to newest! 3. Edit, re-order or remove lines as desired 4. Instructions are in the file: f for fixup just adds this commit into the one before
@lornajane