7
git push local branch with same name as remote tag
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' 와 같다: git push origin product-0.2:/refs/heads/product-0.2 다른 방법으로 …
110
git
git-branch