culTest

    One of the 25 questions in this topic

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

    What is the main purpose of branches in Git?

    Answers

    To create backups.
    To allow isolated feature development without affecting the main codebase.Correct
    To increase download speed.
    To change the author of commits.

    Branches let you work in parallel on different parts of a project.