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

浙公网安备 33010602011771号