반응형
신규 branch 로컬에 생성하기
git checkout -b {신규 브랜치명}
** 예시
git checkout -b hyeonyoung/footer-update
branch 목록 확인하기
git branch
branch 원격으로 push 해주기
git push {remote} {branch}
** 예시
git push origin hyeonyoung/footer-update
Git hub와 연결되어 있을 때 : 해당 레포지토리에서 확인 가능!!
branch 변경하기
git checkout {branch}
** 예시
git checkout hyeonyoung/update
반응형
'Git' 카테고리의 다른 글
[Git] push된 커밋 작성자 변경하기 (0) | 2023.11.27 |
---|---|
[Git] error: failed to push some refs to (0) | 2023.03.13 |
[Git] 기본 명령어 (0) | 2023.03.09 |
댓글