# git **Repository Path**: chimpan/git ## Basic Information - **Project Name**: git - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.放弃本地修改,拉取git上面最新的 git fetch --all git reset --hard origin/master git pull //可以省略 注: git fetch 指令是下载远程仓库最新内容,不做合并 git reset 指令把HEAD指向master最新版本