Skip to content

Instantly share code, notes, and snippets.

@pierrel
Created January 17, 2010 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pierrel/279132 to your computer and use it in GitHub Desktop.
Save pierrel/279132 to your computer and use it in GitHub Desktop.
switching back with git
git commit -a -m 'finished implementing x, still need y and z'
git checkout bug-branch
git stash pop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment