-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitconfig
46 lines (46 loc) · 1.02 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
[user]
name = Fedor Borshev
email = [email protected]
signingkey = 1910AEE7A90E8FBA265DA1F2C074AA4E9B6EF34E
[core]
autocrlf = input
[alias]
l = log --oneline --graph --decorate
st = status
br = branch
c = checkout
[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
[merge]
conflictstyle = diff3
ff = false
[push]
default = current
#recurseSubmodules = check
[pager]
show = /opt/homebrew/share/git-core/contrib/diff-highlight/diff-highlight |less
diff = /opt/homebrew/share/git-core/contrib/diff-highlight/diff-highlight |less
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[credential]
helper = osxkeychain
[init]
defaultBranch = master
[gpg]
program = /opt/homebrew/bin/gpg
[commit]
gpgsign = true