-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
48 lines (48 loc) · 1.29 KB
/
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
43
44
45
46
47
48
[user]
email = [email protected]
name = Stjepan Hadjic
signingkey = ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4tg3BtZ8yvEMxouvdqEhgD09Fq/0GFU/IyT0P8gHfIqoCAvAFwdzPAU7k7djUhBJQvDh3u6LDr33Q2QadaYEQzt+XIZCCTt2y7X5vY15/XVi/atOrcOijOQnyZ8ffHxDkWHV6kJ9xmS/dojGUBTKxsoSedjLoaGV9WrafnSvgyFqIDhCgquAK2Kt88a30FwkUoJRw1nlddtrbMh2ACSNG+cV4lLS7Ihr6dNTNFsg1moLqx71lx3ENZdKhId533xgHoccvw4uLX93tF2I/OOvbX/6iBiC1p/3O59A52POA/kMb+ntnLjzKDqKYrGKcrykHRV3yqFKM6BQpoMIQg7Rr
[core]
excludesfile = /Users/stef/.gitignore
editor = nvim
ignorecase = false
pager = diff-so-fancy | less --tabs=4 -RFX
autocrlf = input
[push]
default = current
autoSetupRemote = true
[color "diff"]
meta = yellow
frag = magenta bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[color]
ui = true
[mergetool "diffconflicts"]
cmd = nvim -c DiffviewOpen
trustExitCode = true
[mergetool]
keepBackup = false
[merge]
tool = diffconflicts
[pull]
rebase = true
[rebase]
autoStash = true
autosquash = true
[rerere]
enabled = true
[gpg]
format = ssh
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
[commit]
gpgsign = true
[init]
defaultBranch = master
[gitbutler]
aiOpenAIKeyOption = butlerAPI
aiOpenAIModelName = gpt-4-turbo-preview
aiModelProvider = openai