Skip to main content
Commands

vg share

Make the code map committable and auto-updating for your team. Installs a pre-commit hook, deterministic merge driver, and .gitignore.

Overview

vg share sets up git infrastructure so the code map stays fresh and conflict-free for your whole team — no manual rebuild steps needed.


Usage

vg share
FlagDescription
--undoReverse what vg share installed
--reportsAlso commit graph.html / GRAPH_REPORT.md (default: gitignored)

What It Installs

  • .vibgrate/.gitignore — Controls which graph files are committed
  • Pre-commit hook — Auto-updates the map before each commit
  • Deterministic merge driver — Resolves map conflicts without manual intervention

Related

No live demo for this command

vg share installs git hooks and a merge driver in your repository, so it changes your project rather than producing a replayable run. The hooks it adds are listed above.

Related Documentation