# git **Repository Path**: kydsz/git ## Basic Information - **Project Name**: git - **Description**: git 一些常用命令 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-10-31 - **Last Updated**: 2025-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - **git config**:配置信息 - **git add**:添加文件到缓存命令 - **git status**:查看文件的状态命令 - **git diff**:查看更新的详细信息命令 - **git commit**:提交命令 - **git reset HEAD**:取消缓存命令 - **git rm**:删除命令 - **git mv**:移动或重命名命令 - **git clone**: 可以将一个远程 Git 仓库拷贝到本地 - **git remote**: 远程仓库操作 - **git fetch**: 从远程获取代码库 - **git push** :上传远程代码并合并 - **git branch -r**:查看远程仓库分支 ![git](./img/git.jpeg)