Skip to content

Is it possible to verify the author when submitting code to GitHub #123213

Discussion options

You must be logged in to vote

Yes, GitHub allows you to attribute authorship to specific individuals when submitting code through various mechanisms. When you commit changes to a GitHub repository, you're typically prompted to provide a username and email address, which are associated with your account. This information is recorded in the commit history, providing a record of who contributed what changes to the codebase.

Additionally, GitHub supports the concept of "signing" commits and tags using GPG (GNU Privacy Guard) keys. By signing your commits with your GPG key, you can cryptographically verify that the commit was made by you and hasn't been tampered with. This can add an extra layer of verification to the auth…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@chunlongniu
Comment options

@ebndev
Comment options

@KrlitosForever
Comment options

Answer selected by chunlongniu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants