docs: 云端Gitea用户名 lanhao → simonkoson,更新全部文档引用
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# docs/git_workflow.md — Git 操作手册
|
||||
|
||||
> 项目:TPS 中台
|
||||
> 仓库:`tps-dashboard`(腾讯云 Gitea: http://101.42.29.217:3000/lanhao/tps-dashboard)
|
||||
> 仓库:`tps-dashboard`(腾讯云 Gitea: http://101.42.29.217:3000/simonkoson/tps-dashboard)
|
||||
> 文档版本:v3 · 2026-07-03
|
||||
> 受众:**制片人(不会 Git)** + Cline(自动遵守此规则)
|
||||
|
||||
@@ -387,7 +387,7 @@ git push origin phase1-complete
|
||||
|
||||
```powershell
|
||||
# 在新机器上 clone 云端仓库
|
||||
git clone http://101.42.29.217:3000/lanhao/tps-dashboard.git
|
||||
git clone http://101.42.29.217:3000/simonkoson/tps-dashboard.git
|
||||
cd tps-dashboard
|
||||
# 然后按第 7 章流程开工
|
||||
```
|
||||
@@ -412,10 +412,10 @@ git reset HEAD~1 # 撤回最近一次 commit,文件改动保留
|
||||
|
||||
| 项目 | 云端地址 | 说明 |
|
||||
|---|---|---|
|
||||
| **TPS 工作台(主项目)** | `http://101.42.29.217:3000/lanhao/tps-dashboard.git` | 所有主干代码 + doco/ai-labeling 等子项目目录 |
|
||||
| **配音工具** | `http://101.42.29.217:3000/lanhao/military-tech-voice3.0.git` | 独立小应用,将来作为 tps-dashboard 子功能合入 |
|
||||
| **TPS 工作台(主项目)** | `http://101.42.29.217:3000/simonkoson/tps-dashboard.git` | 所有主干代码 + doco/ai-labeling 等子项目目录 |
|
||||
| **配音工具** | `http://101.42.29.217:3000/simonkoson/military-tech-voice3.0.git` | 独立小应用,将来作为 tps-dashboard 子功能合入 |
|
||||
|
||||
云端 Gitea 用户名统一 `lanhao`。
|
||||
云端 Gitea 用户名统一 `simonkoson`。
|
||||
|
||||
### 7.1 每天开工铁律(无论在哪台电脑)
|
||||
|
||||
@@ -457,12 +457,12 @@ git status # 确认干净
|
||||
|
||||
```powershell
|
||||
cd D:\myApp\lanhao2.0 # 家里机器的工作目录(按实际调整)
|
||||
git clone http://101.42.29.217:3000/lanhao/tps-dashboard.git
|
||||
git clone http://101.42.29.217:3000/simonkoson/tps-dashboard.git
|
||||
cd tps-dashboard
|
||||
# 克隆完毕,以后按 7.1-7.3 流程开发
|
||||
```
|
||||
|
||||
克隆时会要求输入 Gitea 用户名密码(lanhao / 你的密码)。
|
||||
克隆时会要求输入 Gitea 用户名密码(simonkoson / 你的密码)。
|
||||
|
||||
### 7.6 .gitignore 不入库的文件(两台电脑都适用)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user