Skip to content

Instantly share code, notes, and snippets.

@patillacode
Created February 17, 2021 10:48
Show Gist options
  • Save patillacode/29124f0e70e7fabcbe05c59e9ba604fc to your computer and use it in GitHub Desktop.
Save patillacode/29124f0e70e7fabcbe05c59e9ba604fc to your computer and use it in GitHub Desktop.
git rebase -i -p 0ad14fa5
# editor will open, mark all the commits with "edit"/"e"
# walk through each commit
git commit --amend --author="John Doe <john@doe.org>" --no-edit
git rebase --continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment