DEV Community

abbazs
abbazs

Posted on

Why do I need to do `--set-upstream` all the time?

No you don't have to. Set the config push.autoSetupRemote to true once and you are all set.

git config --global push.autoSetupRemote true`
Enter fullscreen mode Exit fullscreen mode

Top comments (0)