Answers for "change the uathor of a commit"

1

git change commit author

git rebase -i HEAD~2
 git commit --amend --author="Cesar Bueno <[email protected]>"
 git rebase --continue
Posted by: Guest on August-30-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