# homework-arch-5 **Repository Path**: mdr/homework-arch-5 ## Basic Information - **Project Name**: homework-arch-5 - **Description**: 第五期作业提交目录 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # homework-arch-5 第五期作业提交目录 # 第一层目录是作业的序列号 # 大家按自己的名字的拼音,建立目录并提交作业 ## 用以下命令去把项目克隆下来 ##新建一个目录 mkdir xxx && cd xxx #克隆整个目录 git clone git@github.com:51reboot/homework-arch-5.git cd homework-arch-5/2 #根据课程天数修改,3,4,5.。。 mkdir yourdirname git add yourdirname git commit -m "add homework day X" git push