Ever wondering how git actually works? It’s a tool that you use every day. How are the commit hashes being generated? How does it keep track of everything? In this hands-on coding lab, you will dive into git bits by taking a look inside of git’s internals.
When is it coming?
This lab has been put on hold and will be added to a future workflow roadmap.
Prerequisities
What you will to need in order to maximize the benefits of this lab.
Before you get started in this lab, we recommend the following:
- Have git globally installed and configured on your machine.
- Have a GitHub account.
- Have SSH setup on your machine and GitHub.
You can check out the Local Development Setup lab for Mac or Windows to get your machine ready.