From d13a795f83b3831d6faa595c49ac80d104811521 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Thu, 20 Aug 2015 17:43:52 +0200 Subject: .gitconfig: Add instaweb and pull.ff config Signed-off-by: Thomas Schneider --- dot.gitconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dot.gitconfig b/dot.gitconfig index 37c3b9f..92860c4 100644 --- a/dot.gitconfig +++ b/dot.gitconfig @@ -11,3 +11,10 @@ colorlog = log --date=relative --format=\"%Cblue%h%Creset %C(yellow)%an%Creset %Cgreen%ad%Creset%C(auto)%d%Creset %s\" --topo-order [push] default = simple +[instaweb] + local = true + httpd = webrick + port = 64044 + browser = google-chrome +[pull] + ff = only -- cgit v1.2.3