Go to file
DavidLi9803 092b82a942 delete the files 2021-06-07 18:05:18 +08:00
.gitignore Initial commit 2021-06-07 17:33:18 +08:00
LICENSE Initial commit 2021-06-07 17:33:18 +08:00
README.md Initial commit 2021-06-07 17:33:18 +08:00
train_V2_1.json add files for project 2021-06-07 17:42:45 +08:00
train_V2_2.json add files for project 2021-06-07 17:42:45 +08:00
train_V2_3.json add files for project 2021-06-07 17:42:45 +08:00
train_V2_4.json add files for project 2021-06-07 17:42:45 +08:00
train_V2_5.json add files for project 2021-06-07 17:42:45 +08:00
train_V2_6.json add files for project 2021-06-07 17:42:45 +08:00
train_V2_7.json add files for project 2021-06-07 17:42:45 +08:00
train_V2_8.json add files for project 2021-06-07 17:42:45 +08:00
train_V2_9.json add files for project 2021-06-07 17:42:45 +08:00
train_V2_10.json add files for project 2021-06-07 17:42:45 +08:00
train_V2_11.json add files for project 2021-06-07 17:42:45 +08:00
train_V2_12.json add files for project 2021-06-07 17:42:45 +08:00
train_V2_13.json add files for project 2021-06-07 17:42:45 +08:00
train_V2_14.json add files for project 2021-06-07 17:42:45 +08:00
train_V2_15.json add files for project 2021-06-07 17:42:45 +08:00

README.md

从命令行创建一个新的仓库

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://git.osredm.com/pl3ox89en/CCKS2020Data.git
git push -u origin master

从命令行推送已经创建的仓库

git remote add origin https://git.osredm.com/pl3ox89en/CCKS2020Data.git
git push -u origin master