首页 > 其他 > 详细

github使用

时间:2016-05-16 17:27:47      阅读:243      评论:0      收藏:0      [点我收藏+]

git config --global user.name "edwardboy”

git config --global user.email “1254339809@qq.com"

 

提交代码到github步骤:

git config --global user.name "xxx"

git config --global user.email "xxxxx@xxx.com"

在你的项目目录下

git init

git remote add origin https://github.com/xxxxx/xxxxxx.git  

(已经存在的解决方法: git remote rm origin)

git add .

git commit

git push origin master

github使用

原文:http://www.cnblogs.com/Ice-snowPride/p/5498505.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!