main
jcgitadmin 2026-06-07 14:04:50 +08:00
parent c2f3bd307a
commit 71bd40f9ba
1 changed files with 21 additions and 0 deletions

View File

@ -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