我已經克隆一個Git倉庫,然後檢查了一個標籤:git的結帳標籤,混帳拉分支
# git checkout 2.4.33 -b my_branch
這是確定的,但是當我嘗試運行我的分支git pull
,混帳吐出來這個錯誤:
There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream new origin/<branch>
我想git pull
只更新master分支並獨自離開我現在的分支(這是一個標籤反正)。是這樣的可能嗎?
我之所以需要這個是我總是git的拉庫,當然,因爲上述錯誤的失敗時自動腳本..
可能重複[git pull:沒有當前分支的跟蹤信息](http://stackoverflow.com/questions/32056324/git-pull-there-is-no-跟蹤信息爲當前分支) – daisy 2016-07-21 14:52:20