45 lines
655 B
INI
45 lines
655 B
INI
[user]
|
|
name = Frank Villaro-Dixon
|
|
email = frank@vi-di.fr
|
|
|
|
[color]
|
|
branch = auto
|
|
diff = auto
|
|
interactive = auto
|
|
status = auto
|
|
ui = auto
|
|
|
|
[alias]
|
|
st = status
|
|
ci = commit
|
|
commti = commit
|
|
co = checkout
|
|
br = branch
|
|
pu = push
|
|
psuh = push
|
|
undo-commit = reset --soft HEAD^
|
|
|
|
[core]
|
|
editor = vim
|
|
excludesfile = ~/.gitignore
|
|
|
|
[merge]
|
|
tool = vimdiff
|
|
|
|
[diff "odf"]
|
|
textconv = odt2txt
|
|
|
|
[push]
|
|
default = current
|
|
|
|
[sendemail]
|
|
smtpencryption = tls
|
|
smtpserver = www.villaro-dixon.eu
|
|
smtpserverport = 587
|
|
smtpuser = frank_mail
|
|
|
|
[credential]
|
|
helper = cache
|
|
[http]
|
|
sslCAInfo = /home/frank/.git_certificates
|
|
sslcainfo = /home/frank/.git_certificates
|