Skip to content

Instantly share code, notes, and snippets.

@deepakprasanna
Created September 12, 2011 04:27
Show Gist options
  • Save deepakprasanna/1210584 to your computer and use it in GitHub Desktop.
Save deepakprasanna/1210584 to your computer and use it in GitHub Desktop.
#git-stash apply left all stashed data hanging around.
#This is why you should not use git-stash apply.
$ git stash list
stash@{0}: WIP on development: eb6209b Merge branch 'development' of github.com:
stash@{1}: WIP on development: 3b9a6bb Merge branch 'development' of github.com:
stash@{2}: WIP on development: fa0cbd1 Merge branch 'development' of github.com:
stash@{3}: WIP on development: 632c2b6 fixed conflicts
stash@{4}: WIP on development: 425bef6 created candidate page
stash@{5}: WIP on staging: 5b5c4f0 The user contact number is also saved in orga
stash@{6}: WIP on staging: 1a469a2 styling for "my organizations" view
stash@{7}: WIP on development: 3c35f70 Merge branch 'development' of github.com:
stash@{8}: WIP on development: db6f232 change landing to be the root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment