-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
49 lines (41 loc) · 822 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
41
42
43
44
45
46
47
48
49
[user]
name = the xhr
email = xhr@giessen.ccc.de
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHB+4++HOuOW9SVonVAxNMRcwnpGknQgYNKFWUFaGmtb
[sendemail]
smtpserver = 127.0.0.1
smtpserverport = 25
[merge]
summary=true
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = auto
[commit]
verbose = true
[alias]
ci = commit
di = diff
co = checkout
st = status
an = annotate
br = branch -v
re = remote -v
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[diff]
color = auto
rename = copy
compaction-heuristic = true
noprefix = true
[pager]
color = true
[status]
color = auto
[push]
default = simple
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = /home/xhr/.ssh/allowed_signers