获取远程的tag( 远程存在,本地不存在)
git fetch origin tag 2.4.7

  出现如下文字,说明获取远程tag成功

remote: Counting objects: 2, done
remote: Finding sources: 100% (2/2)
remote: Total 2 (delta 0), reused 2 (delta 0)
Unpacking objects: 100% (2/2), done.
From ssh://project_name
 * [new tag]         2.4.7      -> 2.4.7
 * [new tag]         2.4.6      -> 2.4.6

  

相关文章:

  • 2021-12-24
  • 2022-12-23
  • 2021-07-03
  • 2021-11-06
  • 2021-06-29
猜你喜欢
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案