dotfiles/git/gitconfig

42 lines
532 B
Plaintext
Raw Normal View History

[user]
name = James Patrick
2024-08-09 03:29:58 +00:00
signingkey = ~/.ssh/github.com.pub
[gpg]
format = ssh
[commit]
gpgsign = true
[core]
editor = vim
2024-08-09 03:29:58 +00:00
excludesfile = ~/.gitignore_global
2020-11-27 21:53:24 +00:00
[github]
user = jamesepatrick
2024-08-09 03:29:58 +00:00
[alias]
root = rev-parse --show-toplevel
2024-08-09 03:29:58 +00:00
2021-11-20 20:20:11 +00:00
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
2024-08-09 03:29:58 +00:00
2022-08-30 18:28:37 +00:00
[init]
defaultBranch = develop
[gpg]
format = ssh
[commit]
gpgsign = true
[push]
autoSetupRemote = true
[include]
path = ~/.gitconfig.local