How to modify the commit tree

ID: git-tips/how-to-modify-the-commit-tree

How to modify the commit tree by Ciro Santilli 35 Updated +Created
Option 1) git commit. Doh!!!
Option 2) git rebase. Basically allows you to do arbitrary modifications to the tree. The most important ones are:

New to topics? Read the docs here!