Git/Github.001.与服务器交互数据
Posted dailycode
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git/Github.001.与服务器交互数据相关的知识,希望对你有一定的参考价值。
比如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]
以上是关于Git/Github.001.与服务器交互数据的主要内容,如果未能解决你的问题,请参考以下文章