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