sag@lemm.ee to Programmer Humor@programming.dev · 3 years agoMy Git Knowledgelemm.eeimagemessage-square176linkfedilinkarrow-up11.13Karrow-down10
arrow-up11.13Karrow-down1imageMy Git Knowledgelemm.eesag@lemm.ee to Programmer Humor@programming.dev · 3 years agomessage-square176linkfedilink
minus-squarebody_by_make@lemmy.dbzer0.comlinkfedilinkarrow-up23·3 years 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-up7·3 years agoHas git never told you that you should use git push -u origin <branch> when you push a new branch for the first time?
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?