Understanding the terminal and Git workflows is essential for building the solid practices you need to become a professional product builder.
We will start by introducing what is the terminal, and the most important commands you need to master
Now that we master the most important commands in the terminal, let's now learn about Git to track local changes
Now that we can track file changes locally, we’ll learn how to push those changes to a platform like GitHub to store our code and manage different workflows.
Last piece to this series: how to handle branches and pull requests. Branches and pull requests will enable you to collaborate with several product builders and/or work on several features in parallel.