culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is a tag in Git?

    Answers

    A comment in the code
    A label that marks a specific point in historyCorrect
    A special type of branch
    A category for organizing commits

    A tag in Git is a reference pointing to a specific commit, marking it as important, typically for versions or releases. Unlike branches, tags do not move and stay attached to the same commit.