摘要: 初始化 git git init 接管当前目录下所有文件 git add . 编辑提交描述 git commit -m '描述内容' 设置提交地址别名 git remote add origin https://gitee.com/FallinOut/s25.git 提交到远程仓库 git push 阅读全文
posted @ 2020-07-21 14:03 Fallin 阅读(160) 评论(0) 推荐(0)