From 7d456aee1b8b57cc7661615df0e4a6e3dc2382ed Mon Sep 17 00:00:00 2001 From: kalmenn Date: Thu, 16 May 2024 22:21:18 +0200 Subject: [PATCH] feat: push.default to upstream --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index ce368bf..256df9c 100644 --- a/config +++ b/config @@ -27,6 +27,9 @@ [user] useConfigOnly = true +[push] + default = upstream + [alias] ck = "checkout" s = "status"