hoony's web study

728x90
반응형


1. Git Clone 후에 Branch 소스를 받는 방법 정리 

git remote update


2. Git 저장소의 Branch 확인 

git branch -a
- a 옵션을 주면 저장소의 branch 를 볼수 있음.


3. 원격저장소의 branch 가져오기 

git checkout -t 저장소의 branch 이름을 입력
728x90

공유하기

facebook twitter kakaoTalk kakaostory naver band
loading