Next | Join my army of git zombies! | 19 |
git log tells you ID numbers
git show tells you the ID number of the commit it displays
git commit tells you the ID of the commit it just made
Git is constantly printing out ID numbers
… so that you can get them if you need them
Next | https://perl.plover.com/yak/git-intro/ |