How to list all Git tags?

前端 未结 10 2378
囚心锁ツ
囚心锁ツ 2020-11-28 17:40

In my repository, I have created tags using the following commands.

git tag v1.0.0 -m \'finally a stable release\'
git tag v2.0.0 -m \'oops, there was still         


        
10条回答
  •  春和景丽
    2020-11-28 17:53

    Try to make git tag it should be enough if not try to make git fetch then git tag.

提交回复
热议问题