# dl2104 **Repository Path**: young1024plus/dl2104 ## Basic Information - **Project Name**: dl2104 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-10-25 - **Last Updated**: 2021-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 上课代码 ``` git clone https://gitee.com/youngzl/dl2105.git ``` 这个这仓库里面代码只查看,不要修改,如果修改了就重新重新克隆一遍 或者 远程仓库覆盖本地仓库 ``` git fetch --all git reset --hard origin/master git pull ``` 后续更新了代码 ``` git pull ```