Go to file
Hjqreturn 2b9942d341
continuous-integration/drone/push Build is passing Details
持续化构建
2021-02-02 17:47:54 +08:00
src/main 持续化构建 2021-02-02 17:47:54 +08:00
.gitignore Initial commit 2021-02-02 13:38:11 +08:00
.trustie-pipeline.yml Add '.trustie-pipeline.yml' 2021-02-02 15:39:46 +08:00
Dockerfile first commit 2021-02-02 15:22:17 +08:00
LICENSE Initial commit 2021-02-02 13:38:11 +08:00
README.md first commit 2021-02-02 15:22:17 +08:00
deploy.sh first commit 2021-02-02 15:22:17 +08:00
pom.xml first commit 2021-02-02 15:22:17 +08:00

README.md

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

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://git.trustie.net/moshenglv/test.git
git push -u origin master

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

git remote add origin https://git.trustie.net/moshenglv/test.git
git push -u origin master