Answers for "amend 2 commits back"

0

git amend with previous commit

git commit --amend -m "an updated commit message"
Posted by: Guest on June-06-2021
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