-
생성 :
-
git branch [브랜치명]
-
- 이동 :
- git checkout [브랜치명]
-
생성 후 이동 :
-
git checkout -b [브랜치명]
-
-
Git remote branch 생성
-
git push origin feature-example
-
-
branch local remote 연동
-
git branch --set-upstream-to origin/feature-example
-
'Git' 카테고리의 다른 글
[Git] 잘못 commit 하여 ignore 대상 파일 간단하게 제거 방법 (0) | 2019.07.08 |
---|
댓글