Configuration Prefix
All LazyWorktree git config keys use thelw. prefix:
Global Configuration
Set options that apply to all repositories:Repository-Specific Configuration
Override global settings for a specific repository:Multi-Value Settings
Some settings support multiple values. Use multiplegit config commands to add multiple values:
Viewing Configured Values
View all LazyWorktree git config settings:Common Settings
Theme Configuration
Sort Mode
Pager Settings
Merge Method
Branch Name Templates
Trust Mode
Boolean Values
For boolean settings, usetrue or false:
Numeric Values
Configuration Precedence
Remember that git config has the following precedence in LazyWorktree’s overall configuration system:- CLI flags (highest priority)
- Git local configuration (
git config --local) - Git global configuration (
git config --global) - YAML configuration file
- Built-in defaults (lowest priority)