Next git-rebase: why and how 21

Interactive rebase

git rebase -i HEAD~6

Instead of picking automatically, rebase gives you a script

You can edit the script



Next