Repositories / agent-snapshot.git

test_programs/write_git_internal.py

Clone (read-only): git clone http://git.guha-anderson.com/git/agent-snapshot.git

Branch
156 bytes · 29cd34771073
import os from pathlib import Path root = Path(os.environ["AGENT_SNAPSHOT_TEST_REPO"]) (root / ".git" / "delete_me").write_text("internal git scratch\n")