Daily Shaarli
July 13, 2022
(2) James Ide on Twitter: "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 https://t.co/1SzIqzvEFR" / Twitter
git config --global --add --bool push.autoSetupRemote true
So the branch will be set if it is not the case 👍
It needs git version 2.37.0 or superior.