Answers for "set author of commit git"

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 command to Change the Author Information Just for the Next Commit

git commit --author="soft hunt <[email protected]>"
Posted by: Guest on April-10-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language