# git-learn **Repository Path**: alozzhi/git-learn ## Basic Information - **Project Name**: git-learn - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-25 - **Last Updated**: 2024-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 分布式代码本控制 - git log 查看历史版本 - git reset --hard 回到上一个已提交的版本 - git reset --hard xxxxxx(版本号) 回到这个版本号的版本