dotfiles/gitconfig

35 lines
428 B
Text
Raw Normal View History

2013-06-01 23:19:43 +00:00
[user]
2013-07-30 13:55:38 +00:00
name = Frank Villaro-Dixon
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
co = checkout
br = branch
2013-06-01 23:19:43 +00:00
[core]
2013-07-30 13:55:38 +00:00
editor = vim
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]
2013-07-30 13:55:38 +00:00
default = simple
[sendemail]
smtpencryption = tls
smtpserver = www.villaro-dixon.eu
smtpserverport = 587
smtpuser = frank_mail