首页 > 其他 > 详细

intellij 提交代码到git

时间:2016-05-15 12:30:44      阅读:159      评论:0      收藏:0      [点我收藏+]
1、配置git
2、create git repository
3、git-->add  commit Directory
4、提交代码
git remote add origin https://github.com/lujianing/ueditor.git
git push -u origin master
注意:如果报错-->先fetch再merge-->push

 

intellij 提交代码到git

原文:http://www.cnblogs.com/sprinng/p/5494963.html

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