# dl2105 **Repository Path**: young1024plus/dl2105 ## Basic Information - **Project Name**: dl2105 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-13 - **Last Updated**: 2022-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dl2105 1.克隆代码 ``` git clone https://gitee.com/youngzl/dl2105.git ``` 2. 以后代码有更新,只需要执行 git pull ``` git pull ``` Clone 下来的代码,最好只查看不修改,因为修改了之后,就不能再pull 如果不小心修改了,就整个项目删掉,再重新克隆一遍 如果不想修改,那就用远程分支覆盖本地分支 ``` git fetch --all git reset --hard origin/master git pull ``` 视频的网盘地址 链接: https://pan.baidu.com/s/11HCpmAhukFQeJgRpEBHxrg 提取码: sosk