Skip to content

Instantly share code, notes, and snippets.

@marocchino
Created April 13, 2011 07:08
Show Gist options
  • Save marocchino/917105 to your computer and use it in GitHub Desktop.
Save marocchino/917105 to your computer and use it in GitHub Desktop.
마스터랑 마지 안하고 그냥 현재 해드를 사용하고 싶을때.
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