Answers for "git change author of previous commit"

2

How to change git author

git commit --amend --author="Author Name <[email protected]>" --no-edit
Posted by: Guest on February-11-2021
0

git change author of last 2 commits

git rebase -i YOUR_SHA -x "git commit --amend --author 'New Name <[email protected]>' -CHEAD"
Posted by: Guest on November-13-2020

Code answers related to "git change author of previous commit"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language