culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which command is used to sign a commit?

    Answers

    git commit --sign
    git commit -s
    git commit --gpg-signCorrect
    git sign-commit

    The git commit --gpg-sign command, or its shorter form git commit -S, is used to create a commit signed with your GPG key.