blob: 8d6cb8d5653c507ed1b9312c7978b35c18aee027 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[user]
name = Tharre
email = tharre3@gmail.com
[push]
default = simple
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
la = log --oneline --decorate --all --graph
[branch]
autosetuprebase = always
[merge]
tool = vimdiff
[transfer]
fsckobjects = true
[fetch]
fsckobjects = false
[sendemail]
smtpencryption = tls
smtpserver = /usr/bin/msmtp
confirm = auto
|