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 copy of the repository
    An independent line of developmentCorrect
    A remote server
    A type of configuration file

    A branch in Git is an independent line of development that allows you to work on features or fixes without affecting the main branch. Branches are lightweight, movable pointers to specific commits, making parallel development and experimentation easier.