2014-02-28 7 views

답변

3

git fetch --all 리모컨이 여러 개인 경우 차이가 있습니다. 대부분 "원점"만 가지고 있지만 대부분의 리모컨을 추가 할 수 있습니다.

git clone ssh://example.com/git/repo/first-repo 
git remote add my-other-remote ssh://example.com/git/repo/another 

git fetchgit fetch --all "는 첫 REPO"로부터 페치한다 "첫 REPO"및 "다른"

로부터 페치 할