MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / _git_config

Function _git_config

src/codegraphcontext/cli/hook_manager.py:226–227  ·  view source on GitHub ↗
(repo_root: Path, key: str, value: str)

Source from the content-addressed store, hash-verified

224
225
226def _git_config(repo_root: Path, key: str, value: str) -> None:
227 _run_git(repo_root, ["config", key, value], check=True)
228
229
230def _unset_git_config(repo_root: Path, key: str) -> None:

Callers 1

_configure_merge_driverFunction · 0.85

Calls 1

_run_gitFunction · 0.85

Tested by

no test coverage detected