Git Flow Settings
Settings git 166
npx claude-code-templates@latest --setting git/git-flow-settings Content
JSON
{
"description": "Complete Git Flow configuration with statusline, permissions, environment variab..."
"statusLine": {
"type": "command"
"command": "bash -c 'if ! git rev-parse --git-dir >/dev/null 2>&1; then echo "Not a git repo..."
}
"permissions": {
"deny": [6 items]
"allow": [21 items]
}
"env": {
"GIT_FLOW_MAIN_BRANCH": "main"
"GIT_FLOW_DEVELOP_BRANCH": "develop"
"GIT_FLOW_PREFIX_FEATURE": "feature/"
"GIT_FLOW_PREFIX_RELEASE": "release/"
"GIT_FLOW_PREFIX_HOTFIX": "hotfix/"
"GIT_FLOW_VERSION_TAG_PREFIX": "v"
}
"hooks": {
"PreToolUse": [3 items]
}
}