獲取遠程的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
