Skip to content

Instantly share code, notes, and snippets.

@Addono
Last active January 3, 2020 21:52
Show Gist options
  • Save Addono/7d3550d2afd4e114d1ae049025379734 to your computer and use it in GitHub Desktop.
Save Addono/7d3550d2afd4e114d1ae049025379734 to your computer and use it in GitHub Desktop.
Git reset author bulk
git rebase --onto HEAD~6 --exec "git commit --amend --reset-author --no-edit" HEAD~6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment