Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git change author multiple commits

git config --global user.name "John Doe"
git config --global user.email johndoe@example.com

git rebase -i YOUR_SHA -x "git commit --amend --reset-author -CHEAD"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #change #author #multiple #commits
ADD COMMENT
Topic
Name
1+4 =