How to modify the commit tree (source code)

= How to modify the commit tree

Option 1) `git commit`. Doh!!!

Option 2) `git rebase`. Basically allows you to do arbitrary modifications to the tree. The most important ones are: