From 67feef1b4373d70df774ec3360356ae01090845d Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 24 Oct 2022 10:22:52 +0200 Subject: [PATCH] git: push to upstream branch by default I have been setting this option locally for all repositories I work on, so I'll use this as the default behavior from now on. --- config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/git/config b/config/git/config index 6bd1e1a..dc44418 100644 --- a/config/git/config +++ b/config/git/config @@ -19,7 +19,7 @@ date = human [push] - default = nothing + default = upstream [pull] ff = only