Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # find and copy the: file name, hash of change
  2. git whatchanged
  3.  
  4. # show the diff
  5. # e.g. git diff ee11453 src/js/my-module.js
  6. git diff <hash> <path/filename>
  7.  
  8. # when you see this: @@ -26,31 +26,31 @@
  9. # "-26" is the line number,
  10. # "31" is the number of lines changed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement