Commit Hash

Noun · Development

Definitions

  1. The unique identifier assigned to a commit in Git, derived from the content and metadata of that commit. Commit hashes are used to trace builds, reproduce historical states, compare code versions, and anchor deployment records to an exact source revision.

    In plain English: The unique ID for a specific Git commit.

    Example: "The release note included the commit hash so engineers could jump straight from the production deploy record to the exact code that was shipped."

Related Terms