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

 

相关文章: