-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
57 lines (50 loc) · 1.17 KB
/
Copy pathgitconfig
File metadata and controls
57 lines (50 loc) · 1.17 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
[user]
email = uzak+git@mailbox.org
name = Martin Užák
[core]
excludesfile = /home/m/repos/dotfiles/gitignore
autocrlf = input
;pager = delta
; [pull]
; ff = only
; rebase = true
[merge]
#ff = only
conflictstyle = diff3
; [interactive]
; diffFilter = delta --color-only
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[push]
autoSetupRemote = true
[diff]
colorMoved = default
algorithm = histogram
[interactive]
diffFilter = delta --color-only --features=interactive
[delta]
navigate = true # use n and N to move between diff sections
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
features = decorations
[delta "interactive"]
keep-plus-minus-markers = true
[delta "decorations"]
commit-style = raw
file-style = omit
hunk-header-style = file line-number syntax
[status]
short = true
branch = true
[alias]
co = checkout
br = branch
ci = commit
st = status
[pull]
rebase = true
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process