Next | Join my army of git zombies! | 17 |
Every commit, and indeed every version of every file, is assigned an ID number
The ID number is a 40-digit number
Git jargon: the ID number is called the object's hash or sometimes SHA
You can always refer to an object by its full ID number
This is infrequently done
… for obvious reasons
Next | https://perl.plover.com/yak/git-intro/ |