This commit is contained in:
Joe Lillibridge 2024-10-30 09:49:54 -05:00
parent b27739c9be
commit 810fbdb467
No known key found for this signature in database
2 changed files with 12 additions and 13 deletions

View File

@ -1,22 +1,22 @@
[user] [user]
name = Joe Lillibridge name = Joe Lillibridge
[gpg] [gpg]
format = ssh format = ssh
[gpg "ssh"] [gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign" program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[commit] [commit]
gpgsign = true gpgsign = true
[alias] [alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative 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 st = status
tst = status tst = status
co = checkout co = checkout
tco = checkout tco = checkout
ref = for-each-ref --count=10 --sort=-committerdate refs/heads/ --format='%(refname:short)' ref = for-each-ref --count=10 --sort=-committerdate refs/heads/ --format='%(refname:short)'
[include] [include]
path = .gitconfig.local path = .gitconfig.local

3
.gitignore vendored
View File

@ -6,6 +6,7 @@
.zprofile.local .zprofile.local
# Various stuff # Various stuff
.DS_Store
*.sock *.sock
*.swp *.swp
__pycache__/ __pycache__/
@ -26,8 +27,6 @@ __pycache__/
.config/zsh/plugins .config/zsh/plugins
.cups .cups
.docker/ .docker/
.DS_Store
.gitignore_global
.gk/repoMapping.json .gk/repoMapping.json
.gnupg .gnupg
.gnupg_* .gnupg_*