Skip to content

Instantly share code, notes, and snippets.

@potados99
Created March 21, 2021 18:19
Show Gist options
  • Save potados99/dbe20cad8961664086992d86a7f217eb to your computer and use it in GitHub Desktop.
Save potados99/dbe20cad8961664086992d86a7f217eb to your computer and use it in GitHub Desktop.
브랜치 이름 바꾸기
git branch -m main master
git fetch origin
git branch -u origin/master master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment