摘要: 1.首次提交本地代码至远程仓库 创建 .gitignore 文件,统一管理 git init 初始化 git add . 提交当前文件下的文件 git commit -m "提交信息" 必填提交信息,否则保存报错 git remote add orgin '远程仓库url地址' git push - 阅读全文
posted @ 2021-08-06 11:59 Zero乄Life 阅读(110) 评论(0) 推荐(0) 编辑