# SoftwareEngineering **Repository Path**: gushichen/SoftwareEngineering ## Basic Information - **Project Name**: SoftwareEngineering - **Description**: 软工2大作业 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 软件工程大作业 ## GIT使用方法 * 从远程仓库拉到本地仓库 ``` git pull origin ac|ap|ad|al ``` * 切换到自己的分支 ``` git checkout ac|ap|ad|al ``` * 提交到远程分支 ``` git commit -m "Commoit Info" git push -u origin ac|ap|ad|al ``` (创建了新文件需要`git add [new file]`,省事直接`git add .`也行)