-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
40 lines (40 loc) · 917 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
[user]
name = Samuel Mannehed
email = samuel@cendio.se
[core]
pager = less -+X
excludesFile = ~/.gitignore
[color]
ui = true
[github]
user = samhed
[credential]
helper = cache
[diff]
algorithm = patience
colorMoved = true
noprefix = true
colorMovedWS = allow-indentation-change
[interactive]
diffFilter = /usr/share/git-core/contrib/diff-highlight
[pager]
diff = "/usr/share/git-core/contrib/diff-highlight | less -+X"
show = "/usr/share/git-core/contrib/diff-highlight | less -+X"
[svn]
rmdir = true
[commit]
verbose = true
[log]
decorate = auto
[fetch]
prune = true
[help]
autocorrect = 1
[alias]
ci = commit
st = status
co = checkout
oneline = log --pretty=oneline
br = branch
[filter "coc_secrets"]
clean = "sed -e 's/\"ltex.languageToolOrg.apiKey\":.*/\"ltex.languageToolOrg.apiKey\": --FILTERED_FROM_GIT!--,/'"