Chapter 13 · Prompt Alpha
Git to Know Git
Copy this prompt and paste it into Codex.
- Book
- Draft 3.0
- Prompt
- 1.0
- Destination
- Codex
Inventory the Git repositories available inside my current authorized workspace without modifying them or searching outside that workspace.
For each repository, report:
- repository folder and likely project purpose;
- current branch and default branch when discoverable;
- clean, modified, staged, or untracked working-tree state;
- configured remotes and the GitHub owner/repository they reference;
- public or private visibility when it can be verified through my authenticated GitHub session;
- whether the local branch is ahead of, behind, or diverged from its tracked remote;
- most recent commit date and message;
- any obvious ownership, naming, or organization issue.
Do not fetch, pull, switch branches, stage, commit, push, rename, delete, or change visibility. Present the result as a concise portfolio table and distinguish verified facts from inference.