Git, the best source control solution out there, is critical for modern software development.

I personally believe that “two heads are better than one”; therefore tools that enable others to work together better are paramount to the delivery of high-quality digital products.

Git is one of those tools. It’s fast and efficient, exposes well thought out concepts via a sensible interface, and is free and open-source.

The internal data structures are excellent — pursuits towards learning how Git works rewarded me with a better understanding of building great software.

I love Git. It makes the experience of building software more fun because it’s so reliable and consistent. I’m almost never scared I’ll lose code with Git which encourages me to try different things.