Skip to content

Instantly share code, notes, and snippets.

@KhanMaytok
Created February 1, 2017 04:31
Show Gist options
  • Save KhanMaytok/a35918f3184645aaf73732090d8ca4c3 to your computer and use it in GitHub Desktop.
Save KhanMaytok/a35918f3184645aaf73732090d8ca4c3 to your computer and use it in GitHub Desktop.
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