git常用操作命令
1.git add 将文件添加到暂存区
2. git commit 将文件提交到本地git仓库
3. git push 提交到远程仓库
4. git clone 下载
5. git pull 把远程仓库中的文件更新到本地
git
最新推荐文章于 2025-05-07 21:54:33 发布
git常用操作命令
1.git add 将文件添加到暂存区
2. git commit 将文件提交到本地git仓库
3. git push 提交到远程仓库
4. git clone 下载
5. git pull 把远程仓库中的文件更新到本地