Skip to content

Instantly share code, notes, and snippets.

@unrevised6419
Last active December 1, 2021 15:52
Show Gist options
  • Save unrevised6419/4abc191dc8e66eec1b597be811fbee26 to your computer and use it in GitHub Desktop.
Save unrevised6419/4abc191dc8e66eec1b597be811fbee26 to your computer and use it in GitHub Desktop.
Change commit author using a rebase
git rebase -x "git commit --amend --reset-author --no-edit" main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment