2
我剛剛得到了一個mac,我遇到了命令行git的問題。當我克隆存儲庫時,沒有任何分支正在被跟蹤。有沒有辦法克隆一個存儲庫,並在本地克隆分支?我知道我可以創建一個新的本地分支並跟蹤遠程分支,但我不想爲存儲庫中的每個分支都這樣做。同步倉庫分支與git中的遠程倉庫
$ git branch -a
* master
remotes/origin/9PMComplete
remotes/origin/HEAD -> origin/master
remotes/origin/LinkUpdate
remotes/origin/Safari
remotes/origin/TableUpdate
remotes/origin/Update_1.0.1
remotes/origin/Update_1.0.2
remotes/origin/master
remotes/origin/onclick