Add more config files to the base role.

This commit is contained in:
Tom Alexander
2022-10-27 00:07:06 -04:00
parent b8658ad1dc
commit 2e0a6073c8
10 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[user]
email = tom@fizz.buzz
name = Tom Alexander
signingkey = D3A179C9A53C0EDE
[push]
default = simple
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
bh = log --oneline --branches=* --remotes=* --graph --decorate
[core]
excludesfile = /home/talexander/.gitignore_global
[commit]
gpgsign = true
[pull]
rebase = true