Go to file
m53297601 ea95e1fb78 add url 2021-04-02 09:34:17 +08:00
src/main Add file 2021-03-31 16:35:46 +08:00
.gitignore fix conflict 2021-03-31 16:37:37 +08:00
.trustie-pipeline.yml 更新 '.trustie-pipeline.yml' 2021-04-01 22:47:05 +08:00
Dockerfile Add file 2021-03-31 16:35:46 +08:00
LICENSE Add file 2021-03-31 16:35:46 +08:00
README.md add url 2021-04-02 09:34:17 +08:00
deploy.sh Add file 2021-03-31 16:35:46 +08:00
pom.xml Add file 2021-03-31 16:35:46 +08:00

README.md

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

http://106.75.236.63:8080/demo/hello

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://bdgit.educoder.net/m53297601/java_ci.git
git push -u origin master

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

git remote add origin https://bdgit.educoder.net/m53297601/java_ci.git
git push -u origin master