From 0ae9c795a86598a5d4f4a158ac8b7f6b7129b832 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 12 Feb 2024 17:10:30 +0100 Subject: git: Set push.default to current --- dot.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3