Notice
Recent Posts
Recent Comments
Link
투케이2K
53. (Bitbucket/Git) [Git 명령어] git 특정 브랜치 명칭 지정 후 clone 내려 받기 방법 - clone branch 본문
비트버킷 & Git
53. (Bitbucket/Git) [Git 명령어] git 특정 브랜치 명칭 지정 후 clone 내려 받기 방법 - clone branch
투케이2K 2023. 11. 23. 20:58[환경 설정]
저장소 : Bitbucket / Git
사용 목적 : 소스 코드 버전 관리 실시
[설 명]
# --------------------------------------------------------------
# [git 특정 브랜치 지정 clone 방법]
# --------------------------------------------------------------
# 형식 : git clone [브랜치 명칭] [http 주소]
# --------------------------------------------------------------
# 예시 : git clone -b mybranch https://....
# --------------------------------------------------------------
반응형
'비트버킷 & Git' 카테고리의 다른 글
Comments