-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
68 lines (53 loc) · 1.38 KB
/
gitconfig
File metadata and controls
68 lines (53 loc) · 1.38 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[diff]
colorMoved = default
tool = vimdiff
[merge]
conflictstyle = diff3
tool = vimdiff
[color]
ui = auto
[color "diff"]
whitespace = blue reverse
[core]
excludesfile = ~/.gitignore
editor = nvim
pager = delta
[delta]
features = decorations
line-numbers = true
navigate = true
side-by-side = true
[delta "interactive"]
keep-plus-minus-markers = false
[delta "decorations"]
commit-decoration-style = blue ol
commit-style = raw
file-style = omit
hunk-header-decoration-style = blue box
hunk-header-file-style = red
hunk-header-line-number-style = "#067a00"
hunk-header-style = file line-number syntax
[interactive]
diffFilter = delta --color-only --features=interactive
[svn]
rmdir = true
[user]
name = Beverly Guillermo
email = beverly.guillermo@gmail.com
signingkey = /Users/beverlyguillermo/.ssh/id_ed25519.pub
[apply]
whitespace = nowarn
[difftool "vimdiff"]
cmd = nvim -f -d \"$LOCAL\" \"$REMOTE\"
[mergetool "vimdiff"]
cmd = nvim -f -d \"$LOCAL\" \"$REMOTE\" \"$MERGED\" \"$BASE\"
keepBackup = false
[alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
lastb = show --color --decorate --oneline --name-status --format=short
edit = ls-files -o -m --exclude-standard
[commit]
gpgSign = true
[gpg]
format = ssh