我有一個分支,我不想作爲遠程分支,因爲我只用它來進行測試。現在,當我試圖從我的遠程主分支我的分支拉(提取和合並),我得到的錯誤: fatal: No remote for the current branch.
如何合併我的遠程主分支我的非遠程分支 編輯:我不想合併到並更改本地主分支。我想直接將遠程主服務器合併到本地測試分支中
在丟失互聯網訪問之前,我跑git fetch --all來提取所有分支。 由於現在不能連接到服務器,我該怎麼辦git pull? $ git checkout feature.a
Already on 'feature.a'
Your branch is behind 'origin/feature.a' by 7 commits, and can be fast-forwarded.