-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
43 lines (43 loc) · 1.16 KB
/
.gitconfig
File metadata and controls
43 lines (43 loc) · 1.16 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
[push]
default = matching
[user]
name = Flemming Madsen
email = fm@amplex.dk
[core]
excludesfile = /Users/fm/.gitignore_global
[difftool "sourcetree"]
cmd = /Users/fm/bin3/editgitversion __DIFF__ $LOCAL $REMOTE $BASE $MERGED
path =
[mergetool "sourcetree"]
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[pull]
rebase = false
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[alias]
st = status -s
co = checkout
cdiff = diff --word-diff=color --word-diff-regex=.
ddiff = diff delta --color-only --paging never
alias = ! git config --get-regexp ^alias\\. | sed -e s/^alias\\.// -e s/\\ /\\ =\\ /
aliases = alias
quickserve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
serve = quickserve
[color]
ui = auto
[tig]
diff-highlight = true
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
light = true
line-numbers = true
minus-style = bold auto "#e0af87"
plus-style = syntax "#d7ffaf"
file-style = blue bold white
pager = deltaless