Guest User

Untitled

a guest
Jun 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. git diff --no-prefix -U1000 - Normally git shows around three line before and after the changed line. -U allows us to change that.
  2. git diff <commit-1> HEAD -- '*.properties' '*.xml' '*.json' '*.txt' - Shows diff for only the mentioned file extensions.
Add Comment
Please, Sign In to add comment