git commit --amend --reset-author
Jump to navigation
Jump to search
git commit --amend --reset-author
git commit --amend --author="John Doe <john@doe.org>" --no-edit
git commit --author="John Doe <john@doe.org>"
git config --global user.email "MY_NAME@example.com"
See also[edit]
git commit [ -a | -an | --amend | --amend --reset-author | --no-verify | -m | -S ]
, Signing commits
Advertising: