Skip to content

Instantly share code, notes, and snippets.

@keevie
Created February 20, 2017 18:39
Show Gist options
  • Save keevie/0c75a247f71ad0a3305f0d76a37baa88 to your computer and use it in GitHub Desktop.
Save keevie/0c75a247f71ad0a3305f0d76a37baa88 to your computer and use it in GitHub Desktop.
~/a/facespace ❯❯❯ git stash list posts ✭ ═
stash@{0}: WIP on wall: 88570f8 much progress, still not quite working
stash@{1}: WIP on posts: 1b3063b begin the posts feature
stash@{2}: WIP on posts: 1b3063b begin the posts feature
stash@{3}: WIP on wall: 4ddb6d7 Merge branch 'master' into wall
stash@{4}: WIP on wall: 0c22f96 add profileurl column to database and validation to model
stash@{5}: WIP on errors: 9eb5988 add error popups and icons, not fully working yet
~/a/facespace ❯❯❯ git stash apply posts posts ✭ ═
'posts' is not a stash-like commit
~/a/facespace ❯❯❯ git stash apply 1 ⏎ posts ✭ ═
frontend/components/img_upload_modal.jsx: needs merge
unable to refresh index
~/a/facespace ❯❯❯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment