culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is a commit hash in Git?

    Answers

    A compression algorithm for files
    A unique identifier for each commitCorrect
    A technique for encrypting sensitive data
    A method for verifying file integrity

    A commit hash in Git is a unique identifier generated by the SHA-1 algorithm that represents one specific commit. It is based on the commit content, including changes, author, date, and message, making history tampering detectable.