]> git.phdru.name Git - git-scripts.git/blob - ls-stash
Feat(fix-detached-head): Replace `branch -r` by `for-each-ref`
[git-scripts.git] / ls-stash
1 #! /bin/sh
2
3 if [ -n "`git stash list`" ]; then
4    pwd
5 fi