Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git change author of last 2 commits

git rebase -i YOUR_SHA -x "git commit --amend --author 'New Name <new_address@example.com>' -CHEAD"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #change #author #commits
ADD COMMENT
Topic
Name
1+7 =