Today I Learned

hashrocket A Hashrocket project

Rebase to Root Commit

You can rebase all the way back to your root (initial) commit with:

$ git rebase -i --root
See More #git TILs