-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
38 lines (38 loc) · 923 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
[core]
editor = vim
excludesfile = /home/carl/.gitignore_global
pager = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight | less
[user]
name = Carl Sutherland
email = [email protected]
signingkey = B2B5DC3118E4744E
[format]
pretty = "Commit: %C(yellow)%H%nAuthor: %C(green)%aN <%aE>%nDate: (%C(red)%ar%Creset) %ai%nSubject: %s%n%n%b"
[push]
default = simple
[color]
diff = auto
status = auto
branch = auto
[color "diff"]
frag = cyan bold
old = red bold
new = green bold
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red red bold
newNormal = green bold
newHighlight = green green bold
[color "branch"]
current = yellow bold
local = yellow bold
remote = yellow bold
[color "status"]
branch = yellow bold
added = green bold
changed = red bold
untracked = red bold
[commit]
gpgsign = true
[url "https://github.com/"]
insteadOf = git://github.com/