In a collaborative project, a developer wants to ensure the authenticity and integrity of a release. What Git feature can they use to achieve this?

  • GPG Signing
  • Git Ignore
  • Git Hooks
  • Git Clone
The correct option is GPG Signing. Git allows developers to sign their commits using GPG (GNU Privacy Guard) to verify the authenticity and integrity of the changes. This is crucial for ensuring that the code has not been tampered with and comes from a trusted source.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *