From 283ceeb60f1e7d0afb63da2e1f7309c8284471ed Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 24 Jun 2014 12:30:21 -0300 Subject: Adding sample .custom/gitconfig --- custom.dot/gitconfig.sample | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 custom.dot/gitconfig.sample diff --git a/custom.dot/gitconfig.sample b/custom.dot/gitconfig.sample new file mode 100644 index 0000000..14773ef --- /dev/null +++ b/custom.dot/gitconfig.sample @@ -0,0 +1,7 @@ +# Safer default +[user] + name = User + email = user@example.org + +#[sendemail] +# smtpserver = /usr/bin/msmtp -- cgit v1.2.3