Created
January 20, 2016 18:51
-
-
Save bozzmob/eaa04a386ae44f5a95ef to your computer and use it in GitHub Desktop.
Changing GIT commit Date
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 \ | |
'if [ $GIT_COMMIT = c4383ad4380ff73c088cb9561e72e3cf3598fdf0 ] | |
then | |
export GIT_AUTHOR_DATE="Wed Jan 20 21:38:53 2016 +0530" | |
export GIT_COMMITTER_DATE="Wed Jan 20 21:38:53 2016 +0530" | |
fi' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment