0
我有一個同步叉的存儲庫。
我們稱之爲Software-A,它與Software-B的回購同步。Git意外標籤推分叉回購
軟件B?
git remote add upstream https://github.com/Software-B/SoftWare-B.git
git fetch upstream
我想創建軟件-A
git tag -s mysoftware-0.4
git push --tags
一個新的版本,但我突然看到從軟件-B幾百標籤。
我該如何解決這個問題?
你的意思是軟件-B是軟件-A叉回購? –
git remote add upstream https://github.com/softwareB/SoftwareB.git git fetch upstream – Romano
確實是一個叉 – Romano