Installation & Setup
Get gitresolve up and running in your environment. Compiles to a single static binary for maximum portability.
Prerequisites
You will need the Go 1.20+ toolchain installed on your local machine.
Install the CLI
Pull the latest version directly from the source repository.
Make sure your $GOPATH/bin is included in your system PATH.
Verify Installation
Test the installation by confirming the version and help outputs.
Security & Integrity
For production environments, verify the integrity of the binary using checksums and Cosign signatures.
Workspace Setup (Optional)
Configure ownership and specialized rules in a .gitresolve/owners.json file for enterprise scalability.
Enterprise Support
For air-gapped environments or secure server deployments, gitresolve can be compiled into a static binary with CGO_ENABLED=0 for zero-dependency execution. Contact our engineering team for specialized compliance support.