• body_by_make
    link
    fedilink
    20
    edit-2
    11 months ago

    You can default git to using your current branch and a specific upstream so you don’t have to put anything after git push

      • @[email protected]
        link
        fedilink
        English
        611 months ago

        Has git never told you that you should use git push -u origin when you push a new branch for the first time?