With the newest version of Git 2.37.0, you can run just "git push" to push new branches. No more "--set-upstream origin". Enable with:
git config --global --add --bool push.autoSetupRemote true
Conversation
Saved! Here's the compiled thread: mem.ai/p/iq7W52KEYWOc
🪄 AI-generated summary:
"The newest version of Git allows you to run "git push" to push new branches, without having to specify "--set-upstream origin"."
1
Show replies









