# Amend Author Of Previous Commit The author of the previous commit can be amended with the following command ```bash $ git commit --amend --author "Don Draper " ``` [source](http://stackoverflow.com/questions/750172/change-the-author-of-a-commit-in-git)