No description
pkg | ||
go.mod | ||
go.sum | ||
History.md | ||
LICENSE | ||
main.go | ||
README.md |
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.