# Redis实训 **Repository Path**: MSPassbf/redis ## Basic Information - **Project Name**: Redis实训 - **Description**: 大三下Redis实训课程课堂仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-03 - **Last Updated**: 2026-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 课前先克隆项目到桌面,不用新建文件夹 git clone https://gitee.com/MSPassbf/redis.git 配置身份信息 ``` git config --global user.name "MSPassbf" git config --global user.email "3442152989@qq.com" ``` 课后提交 git add . git commit -m "更新项目到最新版本" git push origin master