Skip to content

Dotty git

dotty git

Git helpers built on dotty's commit signing.

Synopsis

Helpers that drive git through dotty's hardware-backed signing. Set signing up first with dotty signing-key sign --print-git-config.

Every verb's flags can be given persistent defaults through git configuration: flag -- on verb reads dotty.. (for example git config set dotty.propose.browse true). A flag passed on the command line always wins, and a few flags never read configuration: destructive toggles (resign --root) and quantities that only make sense relative to the current stack position (merge --up).

Examples

  dotty git resign HEAD~3
  dotty git resign --root --reset-author

Options

  -h, --help   help for git

Options inherited from parent commands

      --profile string   profile to operate on (defaults to the active profile)

SEE ALSO