Guest User

Untitled

a guest
Jun 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. git filter-branch --env-filter \
  2. 'if [ $GIT_COMMIT = c4c61ccceb8696ccdd93612ed588629b7b117eae ]
  3. then
  4. export GIT_AUTHOR_DATE="Sat Feb 18 14:38:53 2012 -0500"
  5. export GIT_COMMITTER_DATE="Sat Feb 18 14:38:01 2012 -0500"
  6. fi'
Add Comment
Please, Sign In to add comment