Created
February 1, 2017 04:31
-
-
Save KhanMaytok/a35918f3184645aaf73732090d8ca4c3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
git filter-branch --env-filter -f \ | |
'if [ $GIT_COMMIT = 00c60df755154c1e5652c5ae00c91d53a2260d14 ] | |
then | |
export GIT_AUTHOR_DATE="Sun Jan 29 22:38:53 2017 -0800" | |
export GIT_COMMITTER_DATE="Sun Jan 29 22:38:53 2017 -0800" | |
fi' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment