Squashing commits with rebase

Squashing commits with rebase is wonderful for creating a clean commit history.

When using Gerrit, be sure to use Change-Ids to ensure that change revisions appear as new patch sets, not new changes.

UITextChecker can probably be used to do some cool word-suggestion stuff.

Renaming a branch with git is easy:

git branch -m old_branch new_branch

Leave a Reply