Created
March 29, 2011 09:22
-
-
Save uniomni/892074 to your computer and use it in GitHub Desktop.
GIT survival
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Move current work to branch | |
git stash | |
git checkout -b bname | |
git stash apply | |
git commit -a -m "XXXX" | |
git push origin bname | |
git branch -avv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment