Answers for "update git author commits"

1

git change commit author

git rebase -i HEAD~2
 git commit --amend --author="Cesar Bueno <[email protected]>"
 git rebase --continue
Posted by: Guest on August-30-2021
-1

git last commit change author

git commit --amend --author="John Doe <[email protected]>"
Posted by: Guest on February-11-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language