Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 287 Bytes

amend-author-of-previous-commit.md

File metadata and controls

9 lines (6 loc) · 287 Bytes

Amend Author Of Previous Commit

The author of the previous commit can be amended with the following command

$ git commit --amend --author "Don Draper <ddraper@sterlingcooper.com>" 

source