dots/.gitconfig
Riley Housden dee81351a6
bwg improvements
+ added pythonic command existence checking.
+ split clipboard copying to its own method.
+ bwg accepts "full" to copy all login fields.
- disabled addins for the time being.
+ improve installation instructions.
2021-12-07 03:37:15 -05:00

18 lines
292 B
INI

[alias]
a = add
br = branch
c = commit
um = commit --amend
[user]
useConfigOnly = true
email = invalidfire@fastmail.com
name = Riley Housden
signingkey = 0D6208F6DF56B4D8
[init]
defaultBranch = main
[core]
editor = vim
autocrlf = input
pager = less -x1,5
[commit]
gpgsign = true