-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathgitconfig
More file actions
61 lines (60 loc) · 1.04 KB
/
Copy pathgitconfig
File metadata and controls
61 lines (60 loc) · 1.04 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
[include]
path = local/user
path = local/stuff
[pull]
rebase = true
[push]
default = current
followTags = true
autoSetupRemote = true
[branch]
autoSetupRebase = always
sort = -committerdate
[tag]
sort = version:refname
[merge]
ff = only
conflictStyle = zdiff3
[fetch]
prune = true
pruneTags = true
all = true
[rebase]
autoStash = true
autoSquash = true
updateRefs = true
[alias]
amend = commit --amend
[credential]
helper = cache --socket ~/.cache/git-credential-cache/socket
[diff]
algorithm = histogram
ignoreSubmodules = dirty
submodule = log
colorMoved = plain
mnemonicPrefix = true
renames = true
[core]
excludesFile = ~/.config/git/ignore
autocrlf = input
whitespace = cr-at-eol
untrackedCache = true
pager = less --quit-if-one-screen
[pager]
diff = ~/.local/bin/git-diff-pager
[submodule]
fetchJobs = 0
recurse = true
[help]
autoCorrect = 5
[status]
submoduleSummary = true
[column]
ui = auto
[delta]
navigate = true
hyperlinks = true
dark = true
line-numbers = true
syntax-theme = Solarized (dark)
# vi: ft=gitconfig