Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jehy
Created April 11, 2017 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jehy/6404ae31aafe0bd52acce03134d74a78 to your computer and use it in GitHub Desktop.
Save jehy/6404ae31aafe0bd52acce03134d74a78 to your computer and use it in GitHub Desktop.
git-rename.sh
git filter-branch -f --env-filter "GIT_AUTHOR_NAME='Jehy'; GIT_AUTHOR_EMAIL='fate@jehy.ru'; GIT_COMMITTER_NAME='Jehy'; GIT_COMMITTER_EMAIL='fate@jehy.ru';" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment