# software_testing **Repository Path**: haha_20/software_testing ## Basic Information - **Project Name**: software_testing - **Description**: 软件测试小组项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-09-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 第一次创建仓库: git init 克隆远程库: git clone git@ssh-url 之后上传文件或目录: git add test.txt git commit -m 'something' git remote add gitee(你的远程库) git@ssh-url --第一次推送,只用一次 git push -u gitee(你的远程库) master