Skip to content

Instantly share code, notes, and snippets.

@michalpelka
Last active December 8, 2022 12:12
Show Gist options
  • Select an option

  • Save michalpelka/cbe2b59cc4780f2e9310b4808328ba76 to your computer and use it in GitHub Desktop.

Select an option

Save michalpelka/cbe2b59cc4780f2e9310b4808328ba76 to your computer and use it in GitHub Desktop.
git filter-branch -f --env-filter '
export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
' HEAD~35..HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment