Skip to content

Commit bbd4bfb

Browse files
update
1 parent 0abd257 commit bbd4bfb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

git_author.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)