Guest User

Untitled

a guest
Sep 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. Get list of modified files between two changesets.
  2.  
  3. git diff --name-status <SHA1> <SHA2>
  4.  
  5. git show --name-only
Add Comment
Please, Sign In to add comment