码迷,mamicode.com
首页 > 其他好文 > 详细

Git/Github.001.与服务器交互数据

时间:2018-08-09 13:51:59      阅读:134      评论:0      收藏:0      [点我收藏+]

标签: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]

 

Git/Github.001.与服务器交互数据

标签:ranch   交互   push   style   repos   下载   .com   pull   服务器   

原文地址:https://www.cnblogs.com/dailycode/p/9448174.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!