摘要: 1.上传一个项目到git git init git add . git commit -m "first commit" git remote add origin https://github.com/company/project.git git push -u origin master 2. 阅读全文
posted @ 2017-09-01 20:39 doctorsun 阅读(142) 评论(0) 推荐(0) 编辑