Documentationv1.4.0

init

Initialize a repository for gitresolve deterministic tracking.

init

The init command prepares your local environment by creating the .gitresolve directory. This directory stores your local audit database, policy configurations, and temporary resolution buffers.

bash
$gitresolve init
Creating .gitresolve directory...
Initializing audit.db (SQLite)...
✓ Repository initialized successfully.
--force

Overwrite any existing .gitresolve directory and reset the audit database.

--template <name>

Initialize with a specific policy template (e.g., 'strict', 'balanced').