Skip to content

Instantly share code, notes, and snippets.

@cy6erlion
Created December 13, 2019 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cy6erlion/f3f22052b1f1697e3404670179eed176 to your computer and use it in GitHub Desktop.
Save cy6erlion/f3f22052b1f1697e3404670179eed176 to your computer and use it in GitHub Desktop.
Git change all commit author
git rebase --root --interactive --exec "git commit --amend --author='name <email>' --no-edit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment