From 2308584dec1d7bef90b7da0f0257bf0767f91224 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 1 Jun 2024 20:14:20 +0200 Subject: [PATCH] autopushed --- git config.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/git config.md b/git config.md index 6f97a51f9..09fb15963 100644 --- a/git config.md +++ b/git config.md @@ -6,4 +6,9 @@ git config --global user.name "Flancian" git config --global user.email "0@flancia.org" ``` - [[pull]] [[git alias]] -- #pull [[git rere]] \ No newline at end of file +- #pull [[git rere]] +- consider also: + +``` +git config push.autoSetupRemote true +`` \ No newline at end of file