39 lines
774 B
INI
Executable file
39 lines
774 B
INI
Executable file
# This is Git's per-user configuration file.
|
|
[user]
|
|
# Please adapt and uncomment the following lines:
|
|
name = Jeremie Fraeys
|
|
email = jfaeys@gmail.com
|
|
signingKey = /Users/jfraeys/.ssh/id_ed25519.pub
|
|
[credential]
|
|
helper = osxkeychain
|
|
[init]
|
|
defaultBranch = main
|
|
[core]
|
|
compression = 9
|
|
whitespace = error
|
|
pager = delta
|
|
side-by-side = true
|
|
line-numbers = true
|
|
preload = true
|
|
excludesfile = /Users/jfraeys/.gitignore_global
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
[delta]
|
|
navigate = true
|
|
[merge]
|
|
conflictStyle = zdiff3
|
|
[status]
|
|
branch = true
|
|
showStash = true
|
|
showUntrackedFiles = all
|
|
|
|
[url "git@github.com:"]
|
|
insteadOf = "gh:"
|
|
|
|
[url "git@github.com:jfraeys/"]
|
|
insteadOf = "cj:"
|
|
|
|
[gpg]
|
|
format = ssh
|
|
[commit]
|
|
gpgSign = true
|