Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git change commit author for all commits

# Changes the username and email of all commits from the start.
git rebase -i --root -x "git commit --amend --author='YOUR_USERNAME <user@example.com> --no-edit'"
 
PREVIOUS NEXT
Tagged: #git #change #commit #author #commits
ADD COMMENT
Topic
Name
9+7 =