git常用操作
摘要:一、创建版本库: git clone <url> 克隆远程仓库 git init 初始化仓库 二、git提交代码: git status 查看哪些文件修改 git add . 跟踪所有改动的文件 git add <file> 跟踪指定文件 git commit -m “message" 提交更改 g
阅读全文
posted @ 2023-07-06 15:05
posted @ 2023-07-06 15:05