As developers, we love having quality tools like git, available to us.
Using git, we can easily navigate through all the code ever "committed" or added to a project throughout its history. We do this via git treeishes. Treeishes are git's way of referencing commits and relations between commits. Treeishes can improve your workflow immensely if you're a frequent git user.
In this post, we'll cover some of the more basic treeishes and then work into the advanced ones, with some real-world examples.
→ Read More
