-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
44 lines (44 loc) · 1 KB
/
Copy path.gitconfig
File metadata and controls
44 lines (44 loc) · 1 KB
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
[user]
name = Kyle Colantonio
email = Kyle.Colantonio@ibm.com
username = kyle-boxboat
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINwaVbBqc6ZyvIm7/BhRLnFVbWb4i4r9pgZqAUJoJaIL
[core]
editor = code --wait
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[protocol]
version = 2
[color]
ui = true
[color "branch"]
current = yellow bold
local = green bold
remote = cyan bold
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = green bold
changed = yellow bold
untracked = red bold
[diff]
tool = default-code
[difftool]
prompt = false
[difftool "default-code"]
cmd = code --wait --diff $LOCAL $REMOTE
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[gpg]
format = ssh
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
[commit]
gpgsign = true