-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
43 lines (43 loc) · 865 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
42
43
[alias]
st = status
diff-image = "!f() { cd -- \"${GIT_PREFIX:-.}\"; GIT_DIFF_IMAGE_ENABLED=1 git diff \"$@\"; }; f"
dt = difftool
co = checkout
[user]
name = Konrad Höffner
email = [email protected]
[core]
attributesfile = ~/.gitattributes
autocrlf = input
editor = nvim
pager = less -FR
[diff "image"]
command = /tmp/bla/git-diff-image/git_diff_image
[diff]
tool = nvimdiff
[diff "pdf"]
textconv = pdfinfo
[filesystem "N/A|13.0.1|/dev/sda2"]
timestampResolution = 8000 nanoseconds
minRacyThreshold = 5203 microseconds
[difftool]
prompt = false
[pull]
rebase = true
[merge]
tool = nvimdiff
[init]
defaultBranch = master
[color]
ui = always
branch = always
diff = always
interactive = always
status = always
grep = always
pager = true
decorate = always
showbranch = always
advice = true
[color "remote"]
error = red bold