This commit is contained in:
QunSheng Lin 2025-02-13 19:27:55 +08:00
parent 48fabad6ce
commit 044b4ff275

View File

@ -2,7 +2,7 @@
git init
git checkout -b 华为电脑
git add .
git commit -m "20250213"
git commit -m "2025/02/13"
git remote add origin http://8.134.237.70:7999/lqs/xml_rpc.git
git push -u origin 华为电脑
```