docs: 添加git操作固定流程,解决远程分支同步问题

This commit is contained in:
xiaoban 2026-03-24 09:53:57 +08:00
parent e58acfa8f4
commit ec0e0d00bc

View File

@ -27,6 +27,11 @@
## Git Configuration
- **当前项目远程分支:** master本xiaoban工作区项目的默认远程分支为master无需切换其他分支
- **固定操作流程:**
1. 每次会话启动时首先执行 `git pull origin master` 拉取最新代码
2. 修改文件前先pull最新代码避免冲突
3. 修改完成后立即执行 `git add . && git commit -m "修改说明" && git push origin master` 同步到远程
4. 自动备份脚本默认同步push到远程master禁止本地提交堆积
## Database Connections
- **已成功连接全部6个数据库**