We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abd257 commit bbd4bfbCopy full SHA for bbd4bfb
git_author.sh
@@ -0,0 +1,8 @@
1
+git filter-branch --env-filter '
2
+ CORRECT_NAME="takatakei"
3
+ CORRECT_EMAIL="goldone0101@gmail.com"
4
+ export GIT_COMMITTER_NAME="$CORRECT_NAME"
5
+ export GIT_COMMITTER_EMAIL="$CORRECT_EMAIL"
6
+ export GIT_AUTHOR_NAME="$CORRECT_NAME"
7
+ export GIT_AUTHOR_EMAIL="$CORRECT_EMAIL"
8
+ ' -f --tag-name-filter cat -- --branches --tags
0 commit comments