git filter-branch -f --env-filter '
if [ "$GIT_AUTHOR_NAME" = "zhoujh" ]
then
export GIT_AUTHOR_NAME="周井恒"
export GIT_AUTHOR_EMAIL="zhoujh@jcinfo.online"
fi
' 9224afbb..HEAD
git filter-branch -f --env-filter '
if [ "$GIT_COMMITTER_NAME" = "zhoujh" ]
then
export GIT_COMMITTER_NAME="周井恒"
export GIT_COMMITTER_EMAIL="zhoujh@jcinfo.online"
fi
' 9224afbb..HEAD