Understand CCManager's Enhanced Worktree Status Indicators
mainWhen extensions.worktreeConfig is enabled, CCManager displays a detailed status bar for each worktree using the following format:
<branch-name> [<ahead-behind> <parent>] <file-changes>
Visual Indicators
- Ahead/Behind:
↑(Green) indicates commits ahead of parent;↓(Red) indicates commits behind parent. - Parent Branch: Shown in dim text (e.g.,
main). - File Changes: Shows additions and deletions (e.g.,
+25 -10).
Examples
feature/auth [↑5 ↓2 develop] +120 -45(Feature branch ahead of and behinddevelop)hotfix/security [↑1 main] +15 -3(Hotfix with 1 commit ahead ofmain)experiment/ai [↓10 main] +200 -50(Experimental branch 10 commits behindmain)