Skip to content

Instantly share code, notes, and snippets.

@hsribei
Created October 25, 2011 18:56
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 hsribei/1313839 to your computer and use it in GitHub Desktop.
Save hsribei/1313839 to your computer and use it in GitHub Desktop.
Git stash saves your uncommited work on a temporary stack and removes it from the current workspace

Git stash saves your uncommited work on a temporary stack and removes it from the current workspace, allowing you to switch branches without seeing complaints about uncommited changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment