refactor: 统一 remote 名称为 origin

- gitea-api.md: 删除 remote 名称差异表,统一使用 origin
- AI开发操作手册.md: push gitea main -> push origin main
This commit is contained in:
2026-06-08 13:06:12 +08:00
parent c7244b3b87
commit 8b2de75b5f
2 changed files with 3 additions and 14 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ git commit -m "feat: 功能描述
- 详细修改点2"
# 推送到 Gitea
git push gitea main
git push origin main
# 查看推送结果(钉钉会收到通知)
```