摘要: 1. 在github上新建一个空项目。 2. git clone 到本地仓库。 3. git add [一些文件]。 4. git commit -m "first commit"。 5. git remote add origin https://github.com/your name/your 阅读全文
posted @ 2016-03-01 09:55 一沙世界 阅读(423) 评论(0) 推荐(0) 编辑