Glossary

commit hash

Git
also: commit ID · hash · SHA

The long string of letters and numbers Git assigns to each commit as its unique fingerprint — something like a3f91c2. You use it to point at a specific snapshot in commands like git diff or git revert.