Today, we're learning about Git, a system that lets you track changes to your code over time.

This guide will equip you with the essential Git skills to start using version control locally straight away. Here's what we'll cover: 

  • What is Git and why is it awesome? 
  • Installing Git on your machine 
  • Basic Git commands to navigate version control 
  • Putting it all together with a practical example 
  • Untrack and/or remove files 

Git: Your Code's Best Friend 

With Git you can: 

  • Travel back in time: If you acci...


Continue reading ...