From a101d4f2d4766713e4a425ed44c5e04b11aeca5d Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Mon, 19 Aug 2024 09:52:28 +0000 Subject: [PATCH] :recycle: add git config autoSetupRemote --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e14a03..6e56f31 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ cd dotfiles git config user.name "DannyDannyDanny" git config user.email "dth@taiga.ai" git config pull.rebase false +git config push.autoSetupRemote true # install dotfiles bash install.sh