Claude Code SettingPermissions162 installs

Allow Git Operations

Allow common git operations for version control workflow. Permits git status, diff, add, commit, and push operations while maintaining security by requiring explicit permission for potentially destructive operations.

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --setting="permissions/allow-git-operations" --yes

Requires Claude Code. The command adds this setting to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this setting

Component source

{

"description": "Allow common git operations for version control workflow. Permits git status, diff, add, commit, and push operations while maintaining security by requiring explicit permission for potentially destructive operations.",

"permissions": {

"allow": [

"Bash(git status)",

"Bash(git diff:*)",

"Bash(git add:*)",

"Bash(git commit:*)",

"Bash(git push:*)",

"Bash(git pull:*)",

"Bash(git log:*)"

]

}

}

Type
Setting
Category
Permissions
Installs
162
Source
GitHub ↗

Related Claude Code Settings

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.