Git: 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>"
Via jbranchaud/til.
The author of the previous commit can be amended with the following command
git commit --amend --author "Don Draper <ddraper@sterlingcooper.com>"
Via jbranchaud/til.
Leave a comment