Last active
August 29, 2015 14:02
-
-
Save serge1/49d9e5effe0cdf2fabff to your computer and use it in GitHub Desktop.
A command to change credentials of the whole Git repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git filter-branch -f --commit-filter 'GIT_COMMITTER_NAME="Serge Lamikhov-Center"; GIT_AUTHOR_NAME="Serge Lamikhov-Center"; GIT_COMMITTER_EMAIL="[email protected]"; GIT_AUTHOR_EMAIL="[email protected]"; git commit-tree "$@";' HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment