Skip to content

Instantly share code, notes, and snippets.

@taeguk
Created April 27, 2017 03:02
Show Gist options
  • Save taeguk/85123d983384455714f44f630cc94cb9 to your computer and use it in GitHub Desktop.
Save taeguk/85123d983384455714f44f630cc94cb9 to your computer and use it in GitHub Desktop.
Set commit date to it's author date.
git filter-branch --env-filter 'export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment