Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git change commit author

 git rebase -i HEAD~2
 git commit --amend --author="Cesar Bueno <cesar.bueno.tx@gmail.com>"
 git rebase --continue
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #change #commit #author
ADD COMMENT
Topic
Name
2+9 =