Skip to content

Instantly share code, notes, and snippets.

@xecutioner
Created May 16, 2016 12:15
Show Gist options
  • Save xecutioner/d670ab18c65e2935cf5bd2a7817bb3eb to your computer and use it in GitHub Desktop.
Save xecutioner/d670ab18c65e2935cf5bd2a7817bb3eb to your computer and use it in GitHub Desktop.
Change author name
git filter-branch --commit-filter 'if [ "$GIT_AUTHOR_NAME" = "Josh Lee" ];
then export GIT_AUTHOR_NAME="Hobo Bob"; export [email protected];
fi; git commit-tree "$@"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment