Created
February 21, 2016 08:45
-
-
Save bishboria/55405dfed97318dc740b to your computer and use it in GitHub Desktop.
Find all git stashes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -iname .git | xargs -I % sh -c 'cd %/..; pwd; git stash list | sed "s/^/ /"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment