chore(M00-A): 建立单仓库基线和参考清单

This commit is contained in:
Codex
2026-06-15 15:34:50 +08:00
commit 28613b2093
62 changed files with 5830 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
cd /mnt/d/qipai
test "$(git rev-parse --show-toplevel)" = "/mnt/d/qipai"
test "$(git branch --show-current)" = "main"
git status --short --branch --untracked-files=all