culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is a branch in Git?

    Answers

    A main version of the code
    A backup copy
    An independent line of developmentCorrect
    A specific file

    A branch is an independent line of development where changes can be made without affecting the main branch.