摘要: 本地仓库与远程仓库建立联系 两种情况: 1. 本地已有仓库推送(push)到远程仓库方便其他设备访问 添加远程仓库,设置remote远程的仓库链接(事先要在远程创建好仓库) git branch -M master git remote add origin 远程仓库链接 # origin为仓库名 阅读全文
posted @ 2021-05-24 18:17 海胆Sur 阅读(45) 评论(0) 推荐(0)