diff options
| -rw-r--r-- | dot.gitconfig | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
