내생각들/개념정리
Git Branch 설정하기
코딩마스터^^
2023. 4. 8. 20:25
develop브랜치 클론하는법
git clone -b develop --single-branch 깃주소
https://www.lesstif.com/gitbook/git-init-default-branch-name-main-129007701.html
git init 할때 기본 브랜치명(default branch name)을 main 으로 설정하기
www.lesstif.com
git init할때 브랜치 설정하기
브랜치 관리 잘하자....