diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-02 20:35:42 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-02 22:01:01 +0100 |
commit | 7e7aa928072775240ff70ca61f2dd0e8a09242d8 (patch) | |
tree | e22d0a73612befd95744dec72770e74593ab47cd /git | |
download | dotfiles-7e7aa928072775240ff70ca61f2dd0e8a09242d8.tar.xz |
(Let's pretend that this is the) initial commit
Diffstat (limited to 'git')
-rw-r--r-- | git/config | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/git/config b/git/config new file mode 100644 index 0000000..d35dec6 --- /dev/null +++ b/git/config @@ -0,0 +1,27 @@ +[user] + name = Johannes Löthberg + email = johannes@kyriasis.com + signingkey = 3A9D0BB5 +[credential] + helper = cache --timeout=7200 +[color] + ui = true +[push] + default = simple +[alias] + co = checkout + br = branch + ci = commit + st = status + unstage = reset HEAD -- + last = log -1 HEAD +[branch] + autosetuprebase = always +[github] + user = kyrias +[core] + editor = vim +[merge] + tool = vimdiff +[sendemail] + smtpserver = /usr/bin/msmtp |