dotfiles/git/gitconfig

32 lines
645 B
Plaintext
Raw Normal View History

[user]
2021-11-20 20:20:11 +00:00
email = subscriptions@jpatrick.io
name = James Patrick
[core]
editor = vim
[interactive]
diffFilter = delta --color-only
[delta]
features = line-numbers decorations
whitespace-error-style = 22 reverse
navigate = true
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold cyan ul
file-decoration-style = none
hunk-header-decoration-style = none
2020-11-27 21:53:24 +00:00
[github]
user = jamesepatrick
[alias]
root = rev-parse --show-toplevel
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
2022-08-30 18:28:37 +00:00
[init]
defaultBranch = develop