2013-06-01 23:19:43 +00:00
|
|
|
[user]
|
2013-07-30 13:55:38 +00:00
|
|
|
name = Frank Villaro-Dixon
|
2014-04-10 13:50:16 +00:00
|
|
|
email = frank@vi-di.fr
|
2013-06-01 23:19:43 +00:00
|
|
|
|
|
|
|
[color]
|
2013-07-30 13:55:38 +00:00
|
|
|
branch = auto
|
|
|
|
diff = auto
|
|
|
|
interactive = auto
|
|
|
|
status = auto
|
|
|
|
ui = auto
|
2013-06-01 23:19:43 +00:00
|
|
|
|
|
|
|
[alias]
|
2013-07-30 13:55:38 +00:00
|
|
|
st = status
|
|
|
|
ci = commit
|
2013-08-03 10:47:08 +00:00
|
|
|
commti = commit
|
2013-07-30 13:55:38 +00:00
|
|
|
co = checkout
|
|
|
|
br = branch
|
2014-04-10 13:49:27 +00:00
|
|
|
pu = push
|
2015-06-06 11:45:31 +00:00
|
|
|
psuh = push
|
2015-10-14 12:51:33 +00:00
|
|
|
undo-commit = reset --soft HEAD^
|
2013-06-01 23:19:43 +00:00
|
|
|
|
|
|
|
[core]
|
2013-07-30 13:55:38 +00:00
|
|
|
editor = vim
|
2015-10-14 12:51:33 +00:00
|
|
|
excludesfile = ~/.gitignore
|
2013-06-01 23:19:43 +00:00
|
|
|
|
|
|
|
[merge]
|
2013-07-30 13:55:38 +00:00
|
|
|
tool = vimdiff
|
2013-06-01 23:19:43 +00:00
|
|
|
|
|
|
|
[diff "odf"]
|
2013-07-30 13:55:38 +00:00
|
|
|
textconv = odt2txt
|
2013-06-01 23:19:43 +00:00
|
|
|
|
|
|
|
[push]
|
2016-02-01 09:21:14 +00:00
|
|
|
default = current
|
2013-07-30 13:55:38 +00:00
|
|
|
|
|
|
|
[sendemail]
|
|
|
|
smtpencryption = tls
|
|
|
|
smtpserver = www.villaro-dixon.eu
|
|
|
|
smtpserverport = 587
|
|
|
|
smtpuser = frank_mail
|
2015-04-09 16:51:12 +00:00
|
|
|
|
2014-06-17 15:21:35 +00:00
|
|
|
[credential]
|
|
|
|
helper = cache
|
2016-02-01 09:21:14 +00:00
|
|
|
[http]
|
|
|
|
sslCAInfo = /home/frank/.git_certificates
|
|
|
|
sslcainfo = /home/frank/.git_certificates
|