Go to file
daiao 1593407c85 20221226文件提交“ 2022-12-23 11:32:56 +08:00
step1 1 2022-12-23 11:16:21 +08:00
step2 1 2022-12-23 11:16:21 +08:00
step3 1 2022-12-23 11:16:21 +08:00
.DS_Store 20221226文件提交“ 2022-12-23 11:32:56 +08:00
20221226.txt 20221226文件提交“ 2022-12-23 11:32:56 +08:00
README.md Initial commit 2020-07-17 18:39:09 +08:00
a.txt Add a.txt 2022-12-23 11:11:09 +08:00
查询学校数据sql.txt ADD file via upload 2022-12-23 11:33:50 +08:00

README.md

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

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin http://gitea.trustie.net/daiao/dqJOsEzmD.git
git push -u origin master

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

git remote add origin http://gitea.trustie.net/daiao/dqJOsEzmD.git
git push -u origin master