# 常用命令 在 Windows PowerShell 中查看文件: ```powershell Get-ChildItem -Force rg --files --hidden -g "!.git/**" Get-Content -Path ``` 构建镜像: ```bash ./rebuild.sh gitea_runner_base ./rebuild.sh gitea_runner_node ./rebuild.sh [version] [save] ``` 手动 Docker 构建: ```bash docker build -t timi/:latest ./ ``` 查看 Git 状态: ```powershell git status --short ```