gpg

Git - How and why to sign …

abstract You should always sign your git commits. Why? Why to sign commits The git commits are super easy referenced to a user. Anyone all around the world is able to push commits with another name. The reference is done in the commit message with the user.email. You can try yourself. Just create a …