Get ready to take control of your code with Git! In just four short minutes, you'll learn how to set up, download, and install this powerful version control tool. And that's not all! You'll also discover the magic of pushing files to your very own GitHub repository.
But wait, there's a catch. While this tutorial is designed to quickly showcase the use of git, It's designed for those with a basic understanding of computers and a curious minds for the terminal or command prompts. So, if you're ready to join the ranks of elite git users, let's get started!
COMMANDS USED IN THIS TUTORIALS INCLUDE
cd
mkdir
clear
git config --global user.name "YOUR NAME"
git config --global user.email "YOUR GITHUB EMAIL"