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

使用github

时间:2015-06-16 09:13:32      阅读:94      评论:0      收藏:0      [点我收藏+]

标签:

  1. http://msysgit.github.io/下载windows客户端安装
  2. git clone https://github.com/highroom/python.git 克隆项目内容。
  3. git add xxx.py 或者 git add . 增加文件
  4. git commit -m "注释增加XXX文件" 对修改内容进行提交
  5. git remote add origin https://github.com/highroom/python.git  增加增加文件提交地址
  6. git push -u origin master 推送到远程主分支,输入用户名密码highroom/ss123456
git log 查看修改各版本内容
 ssh -T git@git.oschina.net   查看SSH连接情况




使用github

标签:

原文地址:http://www.cnblogs.com/highroom/p/f7232778d6c12d68ec2652e2914634a6.html

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