<깃 명령어로 브랜치 생성> git branch 브랜치명
<브랜치로 이동> git checkout 브랜치명
<브랜치에 올리기> git add . git commit -m "커밋메세지" git pull origin develop git push origin 브랜치명
<깃 default 브랜치 변경> 깃 프로젝트 > Settings > Branches > Default branch 변경