Skip to content

git

git filter-branch -f --env-filter "GIT_AUTHOR_NAME='user'; GIT_AUTHOR_EMAIL='[email protected]'; GIT_COMMITTER_NAME='yuzumone'; GIT_COMMITTER_EMAIL='[email protected]';" HEAD
git log --pretty=format:"%an %ae %cn %ce"