标签:one img 本地 git 内容 http merge width fetch
git push 远程库别名(origin) 你要推送的分支(master)
1.获取远程库的HTTPS地址
2.git clone HTTPS地址
克隆操作可以帮我们完成:
(1)初始化本地库
(2)将远程库内容完整的克隆到本地
(3)替我们创建远程库的别名
git pull 远程库别名(origin) 分支名(merge)
pull = fetch + merge
标签:one img 本地 git 内容 http merge width fetch
原文地址:https://www.cnblogs.com/lyc-code/p/12950524.html