blob: c7a978b2ae9ca3e8442fc36de29cd885636152db (
plain)
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
|
[user]
name = Johannes Löthberg
email = johannes@kyriasis.com
signingkey = 3A9D0BB5
[color]
ui = true
diff = auto
[push]
default = simple
[branch]
autosetuprebase = always
[alias]
co = checkout
br = branch
ci = commit
st = status
unstage = reset HEAD --
last = log -1 HEAD
[github]
user = kyrias
[core]
editor = vim
pager = less -x1,5
[merge]
tool = vimdiff
[sendemail]
smtpserver = "/usr/bin/msmtp"
smtpserveroption = "-C"
smtpserveroption = "/home/kyrias/.config/msmtprc"
[credential]
helper = /usr/share/git/credential/gnome-keyring/git-credential-gnome-keyring
[status]
showuntrackedfiles = no
[pack]
writebitmaps = true
|