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.
Loading...
Related Quiz
- An essential lesson from Git failures is the need for robust ________ in enterprise environments.
- A team working on a project hosted on GitHub wants to ensure code style consistency. Which feature should they implement?
- When would you use git checkout instead of git reset to undo changes?
- What is the purpose of the .gitignore file in a Git repository?
- A Git Subtree allows you to keep a copy of an external repository in a subdirectory, treating it as a __________ project.