-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgitconfig
More file actions
62 lines (54 loc) · 959 Bytes
/
gitconfig
File metadata and controls
62 lines (54 loc) · 959 Bytes
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
62
[user]
name = Yannick François
email = yannick@kaz.bzh
[core]
editor = vi
ignorecase = false
excludesfile = /home/yaf/.gitignore
fsmonitor = true
untrackedCache = true
[push]
default = simple
followTags = true
autoSetupRemote = true
[diff]
noprefix = true
algorithm = histogram
colorMoved = plain
mnemonicPrefix = true
renames = true
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[color]
ui = true
[init]
defaultBranch = main
[branch]
autoSetupRebase = always
sort = -committerdate
[includeIf "gitdir/i:~/Git/1024Pix/"]
path = ~/Git/1024pix/.gitconfig
[pull]
rebase = true
[column]
ui = auto
[tag]
sort = version:refname
[fetch]
prune = true
pruneTags = true
all = true
[help]
autocorrect = prompt
[commit]
verbose = true
[rerere]
enabled = true
autoupdate = true
[rebase]
autoSquash = true
autoStash = true
updateRefs = true