tag 分为 annotated 和 lightweight 两种类型

git push --follow-tags

此命令只会 push annotated tag

git tag 默认打的是 lightweight 类型的,如果需要打 annotated 使用:

git tag -a

官方说明:git push

相关文章:

  • 2021-12-31
  • 2023-01-19
  • 2021-11-13
  • 2021-08-01
  • 2021-07-20
猜你喜欢
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2021-08-11
  • 2021-09-03
  • 2022-12-23
相关资源
相似解决方案