git

· IT/Git
1. 현재 branch 확인 git branch 2. 원격 저장소 branch 확인 git branch -r 3. 원격 저장소 branch 가져오기 git checkout -t 원격 저장소 브랜치 이름
솔B
'git' 태그의 글 목록