Guest User

Untitled

a guest
Nov 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. gitk --all
  2.  
  3. git checkout <branch name>
  4.  
  5. git reset --hard HASH-CODE
  6.  
  7. git show next~10:Documentation/README
  8.  
  9. git log --decorate --oneline --graph
  10.  
  11. git reset --hard /sha/that/you/choose/
Add Comment
Please, Sign In to add comment