Created
February 27, 2015 13:02
-
-
Save smcelhinney/3443089e3b16ab542dfc to your computer and use it in GitHub Desktop.
Git stash view shortcut
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
git stash list | awk -F: '{ print "\n\n\n\n"; print $0; print "\n\n"; system("git stash show -p " $1); }' | |
# Press Q to exit each stash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment