Search the documentation
2 pages for core.fsmonitor.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Configure permissions
Claude Code CLI · in the page
permissions
…(git * main)` | `git merge main`, `git push origin main`, `git -c core.fsmonitor=<script> diff main` | `git log` | | `Bash(* --version)` | `node --version`, `bash -…
Customize sessions in self-hosted environments
Claude Code CLI · in the page
self-hosted-environments-configuration
…push URL and helper too (see the note below the script). g() { git -c core.fsmonitor=false -c core.hooksPath=/dev/null \ -c commit.gpgsign=false "$@"; } for ws in $CLAUDE_RUNNER_WORKSPACE_PATH…