aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <thosch97@gmail.com>2015-08-20 17:43:52 +0200
committerThomas Schneider <thosch97@gmail.com>2015-08-20 17:43:52 +0200
commitd13a795f83b3831d6faa595c49ac80d104811521 (patch)
tree5c0b06b7d214d33463f81df2aa6a9131ec4bc889
parent40162e79537e06179b22b34412b2e32374c2349c (diff)
.gitconfig: Add instaweb and pull.ff config
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
-rw-r--r--dot.gitconfig7
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