culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is Git?

    Answers

    A programming language
    A distributed version control systemCorrect
    To web server
    A code hosting platform

    Git is a distributed version control system designed to track changes in source code files during software development. It allows multiple developers to work simultaneously without interfering with one another, while maintaining a complete history of changes.