Git Flow Status
Settings statusline 101
npx claude-code-templates@latest --setting statusline/git-flow-status Content
JSON
{
"description": "Display comprehensive Git Flow status with branch type, sync status, and change ..."
"statusLine": {
"type": "command"
"command": "bash -c 'if ! git rev-parse --git-dir >/dev/null 2>&1; then echo "Not a git repo..."
}
}