diff --git a/git config.md b/git config.md index 09fb15963..b1cc427da 100644 --- a/git config.md +++ b/git config.md @@ -11,4 +11,6 @@ git config --global user.email "0@flancia.org" ``` git config push.autoSetupRemote true -`` \ No newline at end of file +``` + +To make pushing after setting up a new branch more seamless. \ No newline at end of file