7
git push локальная ветка с тем же именем, что и удаленный тег
Я пытаюсь отправить новую локальную ветку product-0.2на удаленный, где уже есть тег с таким же именем (но сама ветка не существует) 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' То же самое …
111
git
git-branch