Skip to content

Commit vs contribution #153280

Discussion options

You must be logged in to vote

In GitHub, a commit and a contribution are related but distinct concepts:

Commit:

  • Definition: A Git action that records a snapshot of changes to a repository.  

  • Scope: 

  - Created when you save changes to your local or remote repository.  

  - Includes a unique hash, author, timestamp, and message describing the change.  

  - Part of Git’s version control system (not exclusive to GitHub).  

Contribution:

  • Definition: A GitHub-specific metric tracking user activity in repositories.  

  • Scope:  

  - Includes commits, but also other collaborative actions:  

    - Opening or resolving issues.  

    - Creating, reviewing, or merging pull requests.  

    - Participating in discussions…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by willgangsta23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants