02 2016 档案

摘要:在本地建立好git仓库之后,怎样将项目发布到远程仓库。步骤如下: 1,首先在https://github.com注册账户; 2,然后创建create repository(建立仓库); 3,给项目添加本地仓库:git remote add origin 'https://github.com/use 阅读全文
posted @ 2016-02-17 10:31 杯子不存在 阅读(142) 评论(0) 推荐(0)
摘要:1,windows安装,地址: http://msysgit.github.com/ 2,配置信息,用户名,邮箱,命令分别是:git config --global user.name 'xx'; git config --global user.email xxxx.com 3,进入项目目录:执行 阅读全文
posted @ 2016-02-04 17:25 杯子不存在 阅读(111) 评论(0) 推荐(0)