Guest User

Untitled

a guest
May 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. git checkout @{14.days.ago}
  2.  
  3. warning: Log for '' only goes back to Wed, 23 May 2018 08:02:05 -0400.
  4. HEAD is now at 77a05ed... Update hs-ms100plus.xml
  5.  
  6. git checkout <commit id>
  7.  
  8. git log --date=iso | grep -C3 2017-05-
  9.  
  10. git log --date=iso | grep -C3 2017-05-23
Add Comment
Please, Sign In to add comment