Y
Hacker News
new
|
ask
|
show
|
jobs
by
patrickaljord
3768 days ago
> accessible via git reflog show stash
You can just do "git stash list".
1 comments
chrisweekly
3760 days ago
IIRC, standard git clients don't show you the commit sha with 'git atash list', hence the extra few chars (easily skipped w an alias). shrug
link