Answers for "check author name git"

2

github commit author name

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

git get commit author

git show <commit_id> | grep Author
Posted by: Guest on February-10-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language