chore: 更新项目规则 — 明确只推送miniapp-api
This commit is contained in:
@@ -14,9 +14,10 @@
|
|||||||
- 密码: `Admin@123`
|
- 密码: `Admin@123`
|
||||||
- 凭据已存入 git credential store,无需手动输入
|
- 凭据已存入 git credential store,无需手动输入
|
||||||
|
|
||||||
## Git 推送命令
|
## Git 推送
|
||||||
|
|
||||||
推送时需要关闭 SSL 验证(服务器 SSL 证书问题):
|
- **只推送 miniapp-api 主仓库**,不要推送子模块仓库(miniapp-web、backend)
|
||||||
|
- 推送时需要关闭 SSL 验证(服务器 SSL 证书问题):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git -c http.sslVerify=false push origin master
|
git -c http.sslVerify=false push origin master
|
||||||
|
|||||||
Reference in New Issue
Block a user