Go to file
wangmeihang 085616e6e4 添加 'tomgo' 2021-12-17 11:10:35 +08:00
- 副本 (2).gitignore test 2021-06-04 15:55:46 +08:00
- 副本 (3).gitignore test 2021-06-04 15:55:46 +08:00
- 副本 (4).gitignore test 2021-06-04 15:55:46 +08:00
- 副本.gitignore test 2021-06-04 15:55:46 +08:00
.gitignore Initial commit 2021-06-04 15:40:30 +08:00
LICENSE Initial commit 2021-06-04 15:40:30 +08:00
README - 副本 (2).md updaet 2021-06-04 15:50:37 +08:00
README - 副本 (3).md updaet 2021-06-04 15:50:37 +08:00
README - 副本 (4).md updaet 2021-06-04 15:50:37 +08:00
README - 副本 (5).md updaet 2021-06-04 15:50:37 +08:00
README - 副本.md updaet 2021-06-04 15:50:37 +08:00
README.md Initial commit 2021-06-04 15:40:30 +08:00
tomgo 添加 'tomgo' 2021-12-17 11:10:35 +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/floratest060401/project0604.git
git push -u origin master

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

git remote add origin http://testgitea2.trustie.net/floratest060401/project0604.git
git push -u origin master