标签:
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