git
全 commit の名前を変えたい
Section titled “全 commit の名前を変えたい”git filter-branch -f --env-filter "GIT_AUTHOR_NAME='user'; GIT_AUTHOR_EMAIL='[email protected]'; GIT_COMMITTER_NAME='yuzumone'; GIT_COMMITTER_EMAIL='[email protected]';" HEADgit log --pretty=format:"%an %ae %cn %ce"