Skip to content

Commit

Permalink
fix: fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kokiy committed Feb 1, 2021
1 parent 1ac3bb2 commit 9573571
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions change-commits.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

git filter-branch -f --env-filter "
GIT_AUTHOR_NAME='koki'
GIT_AUTHOR_EMAIL='[email protected]'
GIT_COMMITTER_NAME='koki'
GIT_COMMITTER_EMAIL='[email protected]'
" HEAD

0 comments on commit 9573571

Please sign in to comment.