Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Configuration

Git Config Settings

SettingValuesDefaultDescription
loom.remote-typegithub, gerritAuto-detectedOverride the remote type for git loom push

loom.remote-type

By default, git loom push auto-detects the remote type:

  • GitHub — if the remote URL contains github.com
  • Gerrit — if .git/hooks/commit-msg contains “gerrit”
  • Plain Git — otherwise

You can override this with:

git config loom.remote-type github   # Force GitHub push (push + open PR)
git config loom.remote-type gerrit   # Force Gerrit push (refs/for/<branch>)

Environment Variables

VariableDescription
NO_COLORDisable colored output when set (follows the NO_COLOR standard)
TERMColors are automatically disabled when TERM=dumb

CLI Flags

FlagDescription
--no-colorDisable colored output