culTest

    One of the 25 questions in this topic

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

    What is a fast-forward merge?

    Answers

    A merge that fails.
    A merge where the base branch has no new changes, so Git only moves the pointer forward.Correct
    A merge done over the internet.
    An automatic GitHub merge.

    It does not create an extra merge commit because the history stays linear.