Last active
May 31, 2021 06:26
-
-
Save code-yeongyu/8f984854e6f1f160043c6ff5e8145fdc to your computer and use it in GitHub Desktop.
Sync the GIT_COMMITTER_DATE as the value of GIT_AUTHOR_DATE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from os import system | |
system("""FILTER_BRANCH_SQUELCH_WARNING=1 git filter-branch --env-filter 'export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"' -f""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment