摘要: git更换远程仓库地址:git remote set-url origin 新地址 tag操作 #查看tag git tag #查看本地所有tag git ls-remote --tags origin #查看远程所有tag git checkout [tagname] #切换标签 #两种打标签方式 阅读全文
posted @ 2023-07-24 20:55 风中奔跑 阅读(13) 评论(0) 推荐(0)