-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgitconfig
executable file
·41 lines (41 loc) · 933 Bytes
/
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
[user]
name = Dan Ivovich
email = [email protected]
[color]
ui = true
[alias]
stache = stash
st = status -sb
ci = commit -v
com = commit -v
co = checkout
br = branch
lol = log --pretty=oneline --abbrev-commit --graph --decorate
[core]
pager = delta --theme='gruvbox-dark'
editor = nvim
excludesfile = /home/dan/.gitignore
quotepath = false
autocrlf = input
[merge]
tool = nvim -d
;[format]
;pretty = format:%h %an %s
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[pull]
ff = only
[init]
defaultBranch = main
[interactive]
diffFilter = delta --color-only --theme='Solarized (dark)'
[delta]
features = side-by-side line-numbers decorations
whitespace-error-style = 22 reverse
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none