Skip to content

Instantly share code, notes, and snippets.

git filter-branch --env-filter '
export GIT_COMMITTER_NAME="tehtbl"
export GIT_COMMITTER_EMAIL="3999809+tehtbl@users.noreply.github.com"
export GIT_AUTHOR_NAME="tehtbl"
export GIT_AUTHOR_EMAIL="3999809+tehtbl@users.noreply.github.com"
' --tag-name-filter cat -- --branches --tags