https://github.com/Sejong-Creative-Semester2021/OJ-BE
cmd 창에
git clone <https://github.com/Sejong-Creative-Semester2021/OJ-BE.git>
git branch [브랜치이름]
git checkout [브랜치이름]
git commit .
git push origin [브랜치이름]
깃허브 insight에서 network탭으로 들어가면 어떻게 가지치기를 하고 있는지 볼 수 있다.
git clone -b {branch_name} --single-branch {저장소 URL}
https://www.slipp.net/questions/577 - 참고 블로그
git push origin --delete {브랜치명}
git branch -a #브랜치 목록 확인