Answers for "git commit chenge author"

2

How to change git author

git commit --amend --author="Author Name <[email protected]>" --no-edit
Posted by: Guest on February-11-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