摘要: 初始化本地文件 git init 把文件存在本地暂存区 git add . 添加远程仓库地址 git remote add origin 地址 添加代码备注(新创建文件时 配合git add .) git commit -m 添加代码备注(修改当前文件时) git commit -a -m”备注” 阅读全文
posted @ 2021-10-13 19:09 Μikey 阅读(408) 评论(0) 推荐(0)