TV Git Scan
Workflow
- •Run:
- •
git status -sb - •
git diff --stat - •
git log --oneline -n 20 - •Summarize state and recent commits.
快速扫描仓库状态与历史记录。
--- frontmattername: tv-git-scan description: "Quick repo state and history scan."
git status -sbgit diff --statgit log --oneline -n 20