[GIT] git branch 생성

seony·2022년 9월 13일
0
prompt> git branch new_branch_name
prompt> git checkout new_branch_name
prompt> git push --set-upstream origin new_branch_name
  • 마지막 줄의 내용은 local과 원격 저장소 branch를 연결한다는 의미이다.
profile
Developer

0개의 댓글

관련 채용 정보