DEV Community

Discussion on: How to set up an SSH key and use it for GitLab

Collapse
 
bgadrian profile image
Adrian B.G.

Do not sign each commit, all sort of problems will appear later. Also it beats the purpose, if someone has write access to your repository, you have bigger problems. The commits can be signed with tag and they are immutable.

Collapse
 
ferricoxide profile image
Thomas H Jones II

Do not sign each commit, all sort of problems will appear later

Really good idea to not make assertions without qualifying them (be that qualifier directly explaining your assertion or, since we've got markdown, here, providing a link to explain why you've made such an assertion).