Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 595 Bytes

File metadata and controls

14 lines (10 loc) · 595 Bytes

Gitman examples

  • lane-loop.sh — a runnable end-to-end demo of the lane loop in a throwaway colocated repo (init → start → save → status → land → undo → conflict rollback → reconcile). It never touches your real repo:

    devenv shell -- bash examples/lane-loop.sh
  • gitman.toml — an annotated sample config covering every key (trunk, [lanes], [publish] verify hook, [version], [release], [policy]).

For adopting Gitman in your own repo, see ../docs/USING_GITMAN.md.