mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-11 22:53:04 +00:00
docs: add missing --skip-git option to README CLI reference
This commit is contained in:
parent
3388ae16d7
commit
4b11d76f3b
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ gitnexus setup # Configure MCP for your editors (one-time)
|
|||
gitnexus analyze [path] # Index a repository (or update stale index)
|
||||
gitnexus analyze --force # Force full re-index
|
||||
gitnexus analyze --skills # Generate repo-specific skill files from detected communities
|
||||
gitnexus analyze --skip-git # Index a folder without requiring a .git directory
|
||||
gitnexus analyze --skip-embeddings # Skip embedding generation (faster)
|
||||
gitnexus analyze --skip-agents-md # Preserve custom AGENTS.md/CLAUDE.md gitnexus section edits
|
||||
gitnexus analyze --embeddings # Enable embedding generation (slower, better search)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue