使用github

  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连接情况




posted @ 2015-06-16 08:35  阳光树林  阅读(199)  评论(0编辑  收藏  举报