Guest User

Untitled

a guest
Feb 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ```
  2. tig blame -- /path
  3.  
  4. # (toggle ruler)
  5.  
  6. UP/DN (scroll to the interesting line)
  7.  
  8. ENTER (open commit)
  9.  
  10. q (close show view)
  11.  
  12. , (open the parent commit)
  13.  
  14. UP/DN (...)
  15.  
  16. , (open the next parent commit)
  17.  
  18. ...
  19.  
  20. < (go back one step, to the commit before the "navigate")
  21.  
  22. t (open file list)
  23.  
  24. ENTER (open the file)
  25.  
  26. b (blame the file)
  27. ```
Add Comment
Please, Sign In to add comment