git 원격 저장소 branch 로컬 저장소로 가져오기

JiYeon Kim·2025년 4월 10일
0

Github

목록 보기
5/5

원격 브랜치 목록 확인

git fetch
git branch -r

원격 브랜치를 로컬로 가져오기

git checkout -b 로컬브랜치명 origin/원격브랜치명

브랜치 목록 확인

git branch
profile
개발 일지

0개의 댓글