From 9dae167547d95de06f11a24f156c633f353b535a Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 30 Apr 2024 09:07:16 +0200 Subject: [PATCH] Switch git default pushing behaviour to nothing --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 5cbfaa7..72f9637 100644 --- a/gitconfig +++ b/gitconfig @@ -16,7 +16,7 @@ [merge] tool = vimdiff [push] - default = matching + default = nothing [alias] adog = log --all --decorate --oneline --graph --date-order dog = log --decorate --oneline --graph --date-order