7
git push cabang lokal dengan nama yang sama dengan tag jarak jauh
Saya mencoba mendorong cabang lokal baru product-0.2ke jarak jauh di mana sudah ada tag dengan nama yang sama (tetapi cabang itu sendiri tidak ada) git push -v --tags --set-upstream origin product-0.2:product-0.2 Pushing to https://****@github.com/mycompany/product.git error: src refspec product-0.2 matches more than one. error: failed to push some refs to 'https://****@github.com/mycompany/product.git' …
110
git
git-branch