# class-notes-85 **Repository Path**: leetc/class-notes-85 ## Basic Information - **Project Name**: class-notes-85 - **Description**: 这里是85期所有的笔记资料! 非常全面! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 19 - **Forks**: 1 - **Created**: 2022-10-25 - **Last Updated**: 2023-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 注意事项 ### 克隆仓库 ```bash git clone https://gitee.com/leetc/class-notes-85.git ``` ### 更新数据 ```bash git pull ``` ## 不要修改仓库内的文件 如果一不小心修改了, 可以尝试以下命令来恢复 ```bash git restore . git pull ``` 如果还不行就删掉仓库, 重新克隆