Go to file
Gitea 9b2f77363a test 2020-12-28 14:33:59 +08:00
.gitignore Initial commit 2020-12-28 14:30:16 +08:00
LICENSE Initial commit 2020-12-28 14:30:16 +08:00
README.md Initial commit 2020-12-28 14:30:16 +08:00
a.txt test 2020-12-28 14:33:59 +08:00
b.txt test 2020-12-28 14:33:59 +08:00
c.txt test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本 (2).xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本 (3).xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本 (4).xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本 (5).xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本 (6).xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本 (7).xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本 (8).xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本 (9).xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本 (10).xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本 (11).xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本 (12).xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本 (13).xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本 (14).xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本 (15).xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表 - 副本.xlsx test 2020-12-28 14:33:59 +08:00
新建 Microsoft Excel 工作表.xlsx test 2020-12-28 14:33:59 +08:00

README.md

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

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin http://testgitea2.trustie.net/mpyfvsrf6/test_1228.git
git push -u origin master

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

git remote add origin http://testgitea2.trustie.net/mpyfvsrf6/test_1228.git
git push -u origin master