Why does git tag local create two tags on remote after push?

前端 未结 0 526
死守一世寂寞
死守一世寂寞 2020-12-16 05:36

I am creating a git branch B off branch A.

$git checkout A
$git checkout -b B

I change some files in branch B, then

$git add &         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题