It's probably worth mentioning commands such as `git commit --amend` and `git rebase -i [branch/commit]` They're useful when you need to correct commit messages, add/remove files from commits, and add/change/remove commits from the local branch history.