D6 - cherry-picking and interactive rebasing

cherry-picking

git cherry-pick <commit1> <commit2> <...>

interactive rebase

git rebase -i HEAD~4

interactive rebase1.png|250 interactive rebase2.png|250