Skip to content

Instantly share code, notes, and snippets.

@smcelhinney
Created February 27, 2015 13:02
Show Gist options
  • Save smcelhinney/3443089e3b16ab542dfc to your computer and use it in GitHub Desktop.
Save smcelhinney/3443089e3b16ab542dfc to your computer and use it in GitHub Desktop.
Git stash view shortcut
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