Answers for "git change author on 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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language