Comment on Why does GitHub let me commit as other people?parentComments−mitchty12yGPG sign your commits in git if its an issue.−agwa12yAgreed, but GitHub doesn't show any indication that a commit has a valid GPG signature, so a casual visitor to GitHub wouldn't know if a commit is genuine or not.−erichurkman12yEven git itself does not show signature information by default in `git log` and friends.
Comments
GPG sign your commits in git if its an issue.
Agreed, but GitHub doesn't show any indication that a commit has a valid GPG signature, so a casual visitor to GitHub wouldn't know if a commit is genuine or not.
Even git itself does not show signature information by default in `git log` and friends.