From 7d3f9b79d5205cf2220fbb57a3d9378de35e82d7 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 5 May 2014 20:42:08 +0200 Subject: [PATCH] Import --- .gitconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..eb4e40e --- /dev/null +++ b/.gitconfig @@ -0,0 +1,20 @@ +[user] + name = Michiel Scholten + email = michiel@aquariusoft.org + +[giggle] + main-window-maximized = true + main-window-geometry = 268x63+98+40 + history-view-vpane-position = 353 + main-window-view = HistoryView + file-view-vpane-position = 354 + +[alias] + shove = commit -m \"$(curl http://whatthecommit.com/ 2> /dev/null |html2text |head -n1)\" + st = status + co = checkout + ci = commit + br = branch + +[push] + default = simple