Skip to content

Instantly share code, notes, and snippets.

@mgroves
Created February 24, 2014 20:20
Show Gist options
  • Select an option

  • Save mgroves/9196205 to your computer and use it in GitHub Desktop.

Select an option

Save mgroves/9196205 to your computer and use it in GitHub Desktop.
me@MYCOMPUTER /d/zproj/NuGetGallery (master)
$ git stash
Saved working directory and index state WIP on master: a627dcf Merge remote-trac
king branch 'upstream/master'
HEAD is now at a627dcf Merge remote-tracking branch 'upstream/master'
me@MYCOMPUTER /d/zproj/NuGetGallery (master)
$ git status
# On branch master
nothing to commit, working directory clean
me@MYCOMPUTER /d/zproj/NuGetGallery (master)
$ git stash list
stash@{0}: WIP on master: a627dcf Merge remote-tracking branch 'upstream/master'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment