Created
April 13, 2011 07:08
-
-
Save marocchino/917105 to your computer and use it in GitHub Desktop.
마스터랑 마지 안하고 그냥 현재 해드를 사용하고 싶을때.
This file contains hidden or 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
git branch new_master | |
git checkout new_master | |
git branch -m master old_master | |
git branch -m new_master master | |
git branch -D old_master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment