machine_setup/ansible/roles/base/files/gitconfig_work

21 lines
504 B
Plaintext
Raw Normal View History

2024-01-01 02:29:38 +00:00
[user]
2024-01-02 17:29:39 +00:00
email = ThomasA.Alexander@hmhn.org
2024-01-01 02:29:38 +00:00
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