有git pull -all
從所有的遙控器(?)或只是起源拉動所有分支,但如果我有另一個遠程調用spaceship
,我怎樣才能從這個遙控器拉所有分支?Git - 我怎樣才能從一個遙控器拉出所有分支?
這是我的嘗試:
C:\DATA\Git\Repo>git pull --all spaceship
fatal: fetch --all does not take a repository argument
C:\DATA\Git\Repo>git pull spaceship --all
fatal: fetch --all does not take a repository argument
我試圖尋找對SO但像所有的Git相關的問題,134分的答案回來,每個29組的意見和某些人持續了2頁有關如何混帳內部工作。請簡單地說,我輸入什麼?
謝謝。
可能重複[能「混帳拉--all」更新所有的地方分支機構?](HTTP ://stackoverflow.com/questions/4318161/can-git-pull-all-update-all-my-local-branches) – 2014-11-21 13:25:05
完美,謝謝。現在,我想我不應該刪除這個問題? – 2014-11-21 13:58:18
如果您的查詢已完全解答,並且您同意它是重複的,那麼請繼續並刪除它。 – 2014-11-21 13:59:59