Skip to content

Instantly share code, notes, and snippets.

@IchHabRecht
Created August 21, 2013 20:50
Show Gist options
  • Save IchHabRecht/6300101 to your computer and use it in GitHub Desktop.
Save IchHabRecht/6300101 to your computer and use it in GitHub Desktop.
[GIT] Replace commit date with author date
git filter-branch --env-filter 'GIT_COMMITTER_DATE=$GIT_AUTHOR_DATE; export GIT_COMMITTER_DATE'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment