-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
49 lines (48 loc) · 971 Bytes
/
Copy path.gitconfig
File metadata and controls
49 lines (48 loc) · 971 Bytes
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
49
[user]
name = Anders Swanson
email = anders.swanson@dbtlabs.com
signingkey = ~/.ssh/id_ed25519.pub
[core]
editor = vim
symlink = true
symlinks = true
pager = command -v delta >/dev/null 2>&1 && delta || bat --paging=always
excludesfile = ~/.gitignore_global
[pull]
ff = only
[init]
defaultBranch = main
[push]
autoSetupRemote = true
[http]
postBuffer = 524288000
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = ~/.ssh/allowed_signers
[commit]
gpgsign = true
[tag]
gpgsign = true
[diff]
algorithm = histogram
renameLimit = 3000
[rerere]
enabled = true
autoUpdate = true
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
side-by-side = true
line-numbers = true
[merge]
conflictstyle = zdiff3
[include]
path = ~/Developer/dotfiles_env/gitconfig.local
[credential "https://github.com"]
helper =
helper = !gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !gh auth git-credential