Answers for "git change author of last 2 commits"

0

git change author of last 2 commits

git rebase -i YOUR_SHA -x "git commit --amend --author 'New Name <[email protected]>' -CHEAD"
Posted by: Guest on November-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language