Created
August 21, 2013 20:50
-
-
Save IchHabRecht/6300101 to your computer and use it in GitHub Desktop.
[GIT] Replace commit date with author 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 '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