Repositories / agent-snapshot.git
test_programs/write_git_internal.py
Clone (read-only): git clone http://git.guha-anderson.com/git/agent-snapshot.git
import os
from pathlib import Path
root = Path(os.environ["AGENT_SNAPSHOT_TEST_REPO"])
(root / ".git" / "delete_me").write_text("internal git scratch\n")