A team member needs to ensure that their code changes are authenticated and traceable for security compliance. What Git practice should they follow?

  • Git commit signing
  • Git blame
  • Git merge --no-ff
  • Git cherry-pick
By using Git commit signing, the team member can ensure that their code changes are authenticated. This involves signing each commit with a cryptographic signature, providing traceability and verifying the authenticity of the changes, which is essential for security compliance.
Add your answer
Loading...

Leave a comment

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