Git rev parse Uses
Git has an endless bags of tricks and git rev-parse is no different. It can be used to output some useful information about your Git repo.
A useful bash alias I have to navigate to the root of my project is
When typing root
it automatically takes me to the root of my project.
Read more about git rev-parse