-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
36 lines (36 loc) · 719 Bytes
/
Copy pathgitconfig
File metadata and controls
36 lines (36 loc) · 719 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
[push]
default = matching
[user]
name = Dennis
email = martymcfly@posteo.de
signingkey = 7E0F4EC8
[alias]
r = remote -v
l = log --graph
subst = submodule status --recursive
st = status --ignored
al = config --get-regexp alias*
intsub = commit -a -v -m 'integrate latest submodule commit(s)'
[color]
ui = auto
[color "branch"]
current = yellow bold
local = green bold
remote = cyan bold
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = green bold
changed = yellow bold
untracked = red bold
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = false
[core]
autocrlf = input