Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
patrickaljord
on Feb 21, 2016
|
parent
|
context
|
favorite
| on:
Understanding Git for real by exploring the .git d...
> accessible via git reflog show stash
You can just do "git stash list".
chrisweekly
on March 1, 2016
[–]
IIRC, standard git clients don't show you the commit sha with 'git stash list', hence the extra few chars (easily skipped w an alias) are worthwhile. shrug
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
You can just do "git stash list".