sag to Programmer [email protected] • 1 year agoMy Git Knowledgelemm.eeimagemessage-square169fedilinkarrow-up11.06Karrow-down121
arrow-up11.04Karrow-down1imageMy Git Knowledgelemm.eesag to Programmer [email protected] • 1 year agomessage-square169fedilink
minus-squarebody_by_makelinkfedilink20•edit-21 year 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-square@[email protected]linkfedilinkEnglish6•1 year agoHas git never told you that you should use git push -u origin 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
when you push a new branch for the first time?