Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 269 Bytes

2019-09-17 - git.md

File metadata and controls

11 lines (7 loc) · 269 Bytes

Commands that are rarely use, but useful, and I have to always googled it again:

  • To show files changed in the last stash git stash show

  • To show content in the last stash git stash show -p

  • To show content of a stash git stash show -p stash@{1}