标签:ranch 交互 push style repos 下载 .com pull 服务器
比如https://github.com/:
首次下载可以clone:
$ git clone https://github.com/yourname/yourrepository
再次下载可以pull:
$ git pull https://github.com/yourname/yourrepository [branchname]
上传可以push:
$ git push https://github.com/yourname/yourrepository [branchname]
标签:ranch 交互 push style repos 下载 .com pull 服务器
原文地址:https://www.cnblogs.com/dailycode/p/9448174.html