From 76679c1336a5fb254b39ad2e094b207930679be1 Mon Sep 17 00:00:00 2001 From: "xiongdian.me" Date: Fri, 28 Oct 2022 12:49:04 +0800 Subject: [PATCH] git config --global --add --bool push.autoSetupRemote true --- .gitconfig2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig2 b/.gitconfig2 index 953e9d9..6a933f9 100644 --- a/.gitconfig2 +++ b/.gitconfig2 @@ -3,3 +3,5 @@ name = Dict Xiong [core] editor = vim +[push] + autoSetupRemote = true