git rebase -i -branch # opens interactive rebase interface (more instructions needed # to work with rebase) -i HEAD~3 #this is selecting 3x commits # from the head (can change based on rebase)