culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is a signed commit in Git?

    Answers

    A commit with a digital signature that verifies its authenticityCorrect
    A commit approved by another developer
    A commit with a formally structured message
    A commit that cannot be modified

    A signed commit in Git includes a digital signature, typically GPG, that verifies the author's identity and guarantees that the content has not been altered.