diff options
| author | Arnaud Bailly <arnaud.oqube@gmail.com> | 2017-05-06 08:27:47 +0200 |
|---|---|---|
| committer | Arnaud Bailly <arnaud.oqube@gmail.com> | 2017-05-06 08:27:47 +0200 |
| commit | ba3728051f69dc4409c96cdb0df403c685bd6c82 (patch) | |
| tree | 86e8d22a3ea178966fa4e94c2e1c366e1e139743 /.gitconfig | |
| download | dotfiles-ba3728051f69dc4409c96cdb0df403c685bd6c82.tar.gz | |
initial import
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..50852eb --- /dev/null +++ b/.gitconfig @@ -0,0 +1,19 @@ +[user] + name = Arnaud Bailly + email = arnaud.oqube@gmail.com + signkey = 7ED943C3 +[alias] + s = status + l = log --oneline --graph --decorate + ci = commit + co = checkout + sub = submodule +[push] + default = simple +[sendemail] + smtpencryption = tls + smtpserver = smtp.gmail.com + smtpuser = arnaud.oqube@gmail.com + smtpserverport = 587 +[core] + autocrlf = input |
