git-committerconfig

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

README

Luzifer / git-committerconfig

This is a small tool to automatically load different configs into a Git repo in order to set the right email and use the right keys to sign / push.

Config format

- match: github.com:MyOrg
  email: me@myorg.com
  keyname: myorg
  signingkey: 'key::ssh-ed25519 A...1 myorg'
  commit-opts: -s

The config is parsed from top to bottom, first matching entry (regexp) for the push-remote is applied.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
config
Package config defines the format of the configuration file
Package config defines the format of the configuration file
git
Package git utilizes the git CLI to retrieve and set information from the current repository
Package git utilizes the git CLI to retrieve and set information from the current repository

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL