2025/02/13

This commit is contained in:
QunSheng Lin 2025-02-13 19:18:51 +08:00
commit f26c62151e

28
README.md Normal file
View File

@ -0,0 +1,28 @@
## 文件夹Gitea
### 用户LQS
#### 仓库xml_rpc
#### 分支:华为电脑
#### 备份按年:
#### 备份随时:
#### 项目文件夹:
1. 新模块日期
2. 测试demo
3. web
4. weapp
```
git init
git checkout -b 华为电脑
git add .
git commit -m "项目名_日期_等"
git remote add origin http://8.134.237.70:7999/lqs/xml_rpc.git
git push -u origin 华为电脑
```