readme
parent
c2f3bd307a
commit
71bd40f9ba
21
README.md
21
README.md
|
|
@ -13,3 +13,24 @@
|
||||||
# curl http://seller.jingcai.quickfly.eu.org:8011 --resolve seller.jingcai.quickfly.eu.org:8011:127.0.0.1
|
# curl http://seller.jingcai.quickfly.eu.org:8011 --resolve seller.jingcai.quickfly.eu.org:8011:127.0.0.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
rm -rf .git
|
||||||
|
git init
|
||||||
|
git add .
|
||||||
|
git checkout -b 'release1116'
|
||||||
|
git config --global user.name 'jcgitadmin'
|
||||||
|
git config --global user.email 'jcadmin@qq.com'
|
||||||
|
git commit -m "Release1116"
|
||||||
|
git remote add origin https://code.yunduoxd.com/jcgitadmin/jingcai-html-dist.git
|
||||||
|
git remote -v
|
||||||
|
git fetch
|
||||||
|
git branch -a
|
||||||
|
|
||||||
|
jcgitadmin
|
||||||
|
jcgitadmiN&%81
|
||||||
|
|
||||||
|
|
||||||
|
https://43.137.7.44:9443/#!/2/docker/containers
|
||||||
|
|
||||||
|
cd var/www/html
|
||||||
|
git branch -a
|
||||||
|
git pull
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue