sag@lemm.ee to Programmer Humor@programming.dev · 9 months agoMy Git Knowledgelemm.eeimagemessage-square165fedilinkarrow-up11.09Karrow-down122
arrow-up11.07Karrow-down1imageMy Git Knowledgelemm.eesag@lemm.ee to Programmer Humor@programming.dev · 9 months agomessage-square165fedilink
minus-squarebleistift2@feddit.delinkfedilinkEnglisharrow-up7arrow-down1·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?
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?