Add a work machine to ansible.

This commit is contained in:
Tom Alexander
2023-12-31 21:29:38 -05:00
parent 60e440b0c6
commit 6e13ac355a
5 changed files with 57 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
[user]
email = work@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
amend = commit --amend --no-edit
[core]
excludesfile = ~/.gitignore_global
[commit]
gpgsign = true
[pull]
rebase = true
[log]
date = local
[init]
defaultBranch = main