從master拉了一個分支test
然後在test提交程式碼,推送
結果test master都有提交記錄
使用sourcetree操作的
有知道這是怎麼回事嗎?謝謝!
巴扎黑2017-05-02 09:39:15
應該是預設設定了remote.origin.push
到两个分支test
和master
沒用過sourcetree,不知道她是用專案裡的.git/config
還是自己有什麼特殊的配製檔。
不過你可以先檢查下.git/config
文件,看看裡面有沒有以下內容:
[remote "origin"]
push = master
push = test
如果[remote "origin"]
片段里有上述配置,那你每次git push
時,就會同時向兩個遠端分支都提交了