From b9da93d710cfe08b5096bbe7d67e9cff629e8143 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 22 Jan 2019 21:10:04 +0200 Subject: [PATCH] Add instaweb config for git --- .gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitconfig b/.gitconfig index 4afec1c..a64e2c6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,3 +6,9 @@ [alias] plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches +[web] + browser = firefox +[browser "firefox"] + path = firefox-developer-edition +[instaweb] + httpd = webrick