gitingest

Convert Git repositories into LLM-friendly text prompts

brewmacoslinux
Try with needOr install directly
Source

About

Turn any Git repository into a prompt-friendly text ingest for LLMs

Commands

gitingest

Examples

Ingest a local repository and output to stdout$ gitingest /path/to/repo
Ingest a remote repository and save to file$ gitingest https://github.com/user/repo > repo.txt
Ingest repository with specific file patterns$ gitingest /path/to/repo --include '*.py' --include '*.md'