SagXD@lemm.ee to Programmer Humor@programming.dev · 9 months agoMy Git Knowledgelemm.eeimagemessage-square39fedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imageMy Git Knowledgelemm.eeSagXD@lemm.ee to Programmer Humor@programming.dev · 9 months agomessage-square39fedilink
minus-squarebody_by_make@lemmy.dbzer0.comlinkfedilinkarrow-up0·edit-29 months agoYou can default git to using your current branch and a specific upstream so you don’t have to put anything after git push
minus-squarebleistift2@feddit.delinkfedilinkEnglisharrow-up0·9 months agoHas git never told you that you should use git push -u origin <branch> when you push a new branch for the first time?
Hold Up
You can default git to using your current branch and a specific upstream so you don’t have to put anything after git push
Thanks didn’t know that
Has git never told you that you should use
git push -u origin <branch>
when you push a new branch for the first time?