Answers for "change author of last pushed commit"

2

change commit author after push

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

change message from last pushed commit

git commit --amend
Posted by: Guest on May-15-2020

Code answers related to "change author of last pushed commit"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language