部署(HEL-235B): 服务器本地目录纳入 Git 管理,固化 main 校验构建流程

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
总工
2026-08-29 23:22:59 +08:00
co-authored by multica-agent
parent a8732f51be
commit 51f410d942
5 changed files with 143 additions and 72 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# 查看服务器本地目录 Git 状态的便捷入口:xiaobai-git status / log / diff 等
exec git \
--git-dir="$HOME/xiaobai-build/repos/xiaobai-review.git" \
--work-tree="/opt/1panel/docker/compose/xiaobaifupan" \
"$@"