forked from bahlo/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
106 lines (85 loc) · 1.83 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[user]
name = Eric S.
email = [email protected]
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKCOI4drODu5uo49qLyKHKer6KRgS8wfudiu2fk3hSPy SSH Key Privat
[includeIf "gitdir:~/Developer/PRAMAC/"]
path = "~/Developer/PRAMAC/.gitconfig"
[apply]
whitespace = fix
[core]
whitespace = trailing-space, space-before-tab
quotepath = false
editor = nano
excludesfile = ~/.gitignore
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[push]
default = tracking
[help]
autocorrect = prompt
[merge]
log = true
conflictstyle = zdiff3
[status]
submodulesummary = true
[column]
ui = never
[hub]
protocol = ssh
[diff "nodiff"]
command = /usr/bin/true # Any command without output, paths may vary
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
process = git-lfs filter-process
[alias]
up = pull --rebase --autostash
[mergetool]
keepBackup = true
[gpg "ssh"]
# allowedSignersFile = /Users/korni22/.ssh/allowed_signers
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
[gpg]
format = ssh
[commit]
gpgsign = true
[pull]
rebase = true
[diff]
algorithm = histogram
tool = difftastic
[difftool]
prompt = false
[difftool "difftastic"]
cmd = difft "$LOCAL" "$REMOTE"
[pager]
difftool = true
[url "[email protected]:"]
insteadOf = "https://github.com/"
[transfer]
fsckobjects = true
[fetch]
fsckobjects = true
prune = true
prunetags = true
[receive]
fsckobjects = true
[safe]
directory = /Users/korni22/Downloads/aws-iot-device-client