# class-notes-84 **Repository Path**: leetc/class-notes-84 ## Basic Information - **Project Name**: class-notes-84 - **Description**: 课程资料 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 2 - **Created**: 2022-10-04 - **Last Updated**: 2022-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 注意事项 ### 克隆仓库 ```bash git clone https://gitee.com/leetc/class-notes-84.git ``` ### 更新数据 ```bash git pull ``` ## 不要修改仓库内的文件 如果一不小心修改了, 可以尝试以下命令来恢复 ```bash git restore . git pull ``` 如果还不行就删掉仓库, 重新克隆