Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. // show changed files in only last one commit:
  2. git diff --name-only HEAD~1..HEAD
  3.  
  4. // show changed files in 4 last commits:
  5. git diff --name-only HEAD~4..HEAD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement