Return to Snippet

Revision: 56512
at April 1, 2012 02:46 by satie83


Initial Code
git stash save
git checkout branch

...
// Do something
...

git checkout oldbranch
git stash pop

Initial URL


Initial Description


Initial Title
GIT - Switch branch without committing

Initial Tags
git

Initial Language
Bash