Next | Join my army of git zombies! | 20 |
There is also a special name for the current commit
The one you have checked out in your working tree and you are working on
This is called HEAD
(Why HEAD?)
This could be a 40-digit commit ID, but most often it is a symbolic name like main
cat .git/HEAD
Next | https://perl.plover.com/yak/git-intro/ |