docs(skill): mark git proxy run as legacy foreground mode.
This commit is contained in:
@@ -20,13 +20,13 @@ mytoolkit completion # 安装/查看/卸载 shell 补全(install / uni
|
||||
```bash
|
||||
mytoolkit git proxy list
|
||||
mytoolkit git proxy status # 全部守护进程 + git config
|
||||
mytoolkit git proxy start fastgithub # 后台起进程 + Parallels socat(默认不改 git config)
|
||||
mytoolkit git proxy start fastgithub # 推荐:后台 + Parallels socat(默认不改 git config)
|
||||
mytoolkit git proxy stop # 停「当前」
|
||||
mytoolkit git proxy stop fastgithub
|
||||
mytoolkit git proxy restart # 重启「当前」
|
||||
mytoolkit git proxy set fastgithub # 仅写 git http(s).proxy
|
||||
mytoolkit git proxy unset
|
||||
mytoolkit git proxy run fastgithub # 前台(设 git + Ctrl-C 清理);CI 主机请用 start
|
||||
mytoolkit git proxy run fastgithub # 旧前台模式(设 git + Ctrl-C 清理);CI 主机请用 start
|
||||
```
|
||||
|
||||
- `start` / `stop` / `restart`:端口 + PID(`lsof`),状态文件 `~/.mytoolkit/run/proxy-current.json`
|
||||
|
||||
Reference in New Issue
Block a user