culTest

    One of the 25 questions in this topic

    How much do you know about Git & GitHub: Branches and Collaboration?

    What is an upstream branch?

    Answers

    A branch that goes upward.
    The remote branch your local branch is linked to for push and pull.Correct
    A backup branch.
    The oldest branch in the project.

    Configuring the upstream lets you use plain git push without specifying names every time.