-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitconfig
42 lines (42 loc) · 829 Bytes
/
.gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[user]
name = Luca Guidi
email = [email protected]
signingkey = C0D997E4C1C3F815
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[core]
editor = "NVIM_TUI_ENABLE_TRUE_COLOR=1 lvim"
excludesfile = /Users/jodosha/.gitignore_global
[merge]
tool = opendiff
[push]
branch = current
default = simple
[pull]
branch = current
[github]
user = jodosha
[format]
pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s
[mergetool]
keepBackup = true
[heroku]
account = personal
[gpg]
program = /usr/local/bin/gpg
[url "ssh://[email protected]/"]
insteadOf = https://git.heroku.com/
[commit]
gpgsign = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper = osxkeychain
[init]
defaultBranch = main