mpyfvsrf6
be042f8a63
continuous-integration/drone/push Build is passing
Details
|
||
---|---|---|
dir1 | ||
.gitignore | ||
.trustie-pipeline.yml | ||
LICENSE | ||
README.md | ||
a.txt | ||
b.txt | ||
c.txt | ||
新建 Microsoft Excel 工作表 - 副本 (2).xlsx | ||
新建 Microsoft Excel 工作表 - 副本 (3).xlsx | ||
新建 Microsoft Excel 工作表 - 副本 (4).xlsx | ||
新建 Microsoft Excel 工作表 - 副本 (5).xlsx | ||
新建 Microsoft Excel 工作表 - 副本 (6).xlsx | ||
新建 Microsoft Excel 工作表 - 副本 (7).xlsx | ||
新建 Microsoft Excel 工作表 - 副本 (8).xlsx | ||
新建 Microsoft Excel 工作表 - 副本 (9).xlsx | ||
新建 Microsoft Excel 工作表 - 副本 (10).xlsx | ||
新建 Microsoft Excel 工作表 - 副本 (11).xlsx | ||
新建 Microsoft Excel 工作表 - 副本 (12).xlsx | ||
新建 Microsoft Excel 工作表 - 副本 (13).xlsx | ||
新建 Microsoft Excel 工作表 - 副本 (14).xlsx | ||
新建 Microsoft Excel 工作表 - 副本 (15).xlsx | ||
新建 Microsoft Excel 工作表 - 副本.xlsx | ||
新建 Microsoft Excel 工作表.xlsx |
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