dotfiles/.gitconfig

25 lines
521 B
INI
Raw Normal View History

2024-10-18 01:46:03 -05:00
[user]
2024-10-30 09:49:54 -05:00
name = Joe Lillibridge
2024-10-18 01:46:03 -05:00
[gpg]
2024-10-30 09:49:54 -05:00
format = ssh
2024-10-18 01:46:03 -05:00
[gpg "ssh"]
2024-10-30 09:49:54 -05:00
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
2024-10-18 01:46:03 -05:00
[commit]
2024-10-30 09:49:54 -05:00
gpgsign = true
2024-10-18 01:46:03 -05:00
[alias]
2024-10-30 09:49:54 -05:00
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
st = status
tst = status
co = checkout
tco = checkout
ref = for-each-ref --count=10 --sort=-committerdate refs/heads/ --format='%(refname:short)'
2024-10-18 01:46:03 -05:00
[include]
2024-10-30 09:49:54 -05:00
path = .gitconfig.local
2024-10-30 18:38:34 -05:00
[push]
autoSetupRemote = true