Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 428 Bytes

File metadata and controls

14 lines (10 loc) · 428 Bytes

Repository Notes

Git On Windows

This checkout can be owned by a different Windows identity than the Codex process. When running Git commands in this repository, avoid the recurring detected dubious ownership failure by using a per-command safe-directory override:

git -c safe.directory=C:/Users/troym/Git/PromptCompression status --short

Prefer this scoped override over changing global Git config.