摘要: 备注: 本文参考于廖雪峰老师的博客Git教程。依照其博客进行学习和记录,感谢其无私分享,也欢迎各位查看原文。 知识点 git remote add <name> 远程库地址,添加指定的远程库名 git remote rm <name>删除一个远程库 git remote -v查看远程库信息 GitH 阅读全文
posted @ 2020-07-21 21:50 findmoon 阅读(916) 评论(0) 推荐(0) 编辑