2018年8月13日

Github之上传本地项目

摘要: 1、在本地创建一个版本库(即项目),在项目根目录通过 git init 把它变成Git仓库,使用 git status 查看文件状态; 2、再通过 git add . 把项目所有文件添加到仓库; 3、再通过 git commit -m "注释内容" 把项目提交到仓库; 4、通过 git remote 阅读全文

posted @ 2018-08-13 15:03 zy7.yun 阅读(138) 评论(0) 推荐(0) 编辑

导航