# homework **Repository Path**: Kirin2003/homework ## Basic Information - **Project Name**: homework - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 16 - **Created**: 2022-03-07 - **Last Updated**: 2022-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HOMEWORK *** There are 14 homework hand-in docs (one for each week except the first two) you should submit to this repository. Steps to submit: ## step 1 Prepare your homework Name your hand-in homework to be like studentID_studentName.md or studentID_studentName.docx. ## step 2 Create a personal fork of this repository You should register in github or gitee to do this. ## step 3 Clone the fork on your local machine Clone the home work repository from github ```shell git clone https://github.com/your-github/homework.git ``` or from gitee ```shell git clone https://gitee.com/your-gitee/homework.git ``` Now you got a local homework repository. ## step 4 Add your homework document Copy your hand-in homework to the appropriate folder of your local homework repository. For example, homework of week3 should be copied to the folder named "week3". ## step 5 Make a commit Commit your modification to the local git repository. ```shell git add weekn/studentID_studentName.docx git commit -m '学号_姓名_第n周作业提交' ``` ## step 6 Create new Pull Request