Skip to content

Instantly share code, notes, and snippets.

@mimikun
Created March 17, 2021 05:51
Show Gist options
  • Save mimikun/69b3660a071b822277d024c5da7c1b43 to your computer and use it in GitHub Desktop.
Save mimikun/69b3660a071b822277d024c5da7c1b43 to your computer and use it in GitHub Desktop.
filter-branchするやつ
#!/bin/sh
git filter-branch -f --env-filter "GIT_AUTHOR_NAME='YOUR NAME'; GIT_AUTHOR_EMAIL='example@example.com'; GIT_COMMITTER_NAME='YOUR NAME'; GIT_COMMITTER_EMAIL='example@example.com';" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment