2020年9月29日

[记录] git标签推送

摘要: [源] https://stackoverflow.com/questions/18216991/create-a-tag-in-a-github-repository 添加tag git tag 推送所有tag到远程 git push origin --tags 推送指定tag到远程 git pu 阅读全文

posted @ 2020-09-29 11:42 zad27 阅读(293) 评论(0) 推荐(0)

[记录] Git服务器宕机如何使用本地克隆仓库快速恢复Git服务器

摘要: [Git服务器宕机如何使用本地克隆仓库快速恢复Git服务器] https://blog.51cto.com/luweiv998/2090269 [scp复制文件报错--It is also possible that a host key has just been changed.] https: 阅读全文

posted @ 2020-09-29 11:28 zad27 阅读(256) 评论(0) 推荐(0)

导航