摘要: 1. 进入某个要提交到git代码工程根目录 初始化成git仓库 git init; 2. 添加所有代码 到本地仓库 git add . 3. 提交到本地仓库 git commit -m 'first init project code' 4. 添加远程仓库的地址,(先在github网站上创建某个仓库 阅读全文
posted @ 2019-03-12 22:15 VinceGod 阅读(2931) 评论(0) 推荐(1)