# 2309-homework_1 **Repository Path**: shenningn2/2309-homework_1 ## Basic Information - **Project Name**: 2309-homework_1 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 41 - **Created**: 2024-01-16 - **Last Updated**: 2024-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2309-homework #### 同步最新代码 1. 添加主仓库到 remote ```sh git remote add upstream git@gitee.com:Elvmx/2309-homework.git ``` 2. 拉取主仓库最新代码 ```sh git fetch upstream ``` 3. 合并主仓库代码 ```sh git merge upstream/master ```