This commit is contained in:
QunSheng Lin 2025-02-13 19:26:01 +08:00
parent 59df97ac20
commit 83d8306c9f

View File

@ -2,7 +2,7 @@
git init
git checkout -b 华为电脑
git add .
git commit -m "项目名_日期_等"
git commit -m "20250213"
git remote add origin http://8.134.237.70:7999/lqs/xml_rpc.git
git push -u origin 华为电脑
```