Advertisement
Guest User

Untitled

a guest
Oct 11th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $ git stash show --stat stash@{0}
  2. .gitignore | 1 +
  3. .gitmodules | 3 +++
  4. modnano.png | Bin 0 -> 15284 bytes
  5. 3 files changed, 4 insertions(+)
  6.  
  7. $ git show --stat --pretty="" stash@{0}^2
  8. .gitignore | 1 +
  9. .gitmodules | 3 +++
  10. manage.py | 10 ----------
  11. modnano.png | Bin 0 -> 15284 bytes
  12. 4 files changed, 4 insertions(+), 10 deletions(-)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement