diff options
| -rw-r--r-- | dot.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot.gitconfig b/dot.gitconfig index 91c162d..115e630 100644 --- a/dot.gitconfig +++ b/dot.gitconfig @@ -11,7 +11,7 @@ colorlog = log --date=relative --format=\"%Cblue%h%Creset %C(yellow)%an%Creset %Cgreen%ad%Creset%C(auto)%d%Creset %s\" --topo-order push-all = !git remote | xargs -L1 git push [push] - default = simple + default = current [instaweb] local = true httpd = webrick |
