#2 Getting Started with Git (Git and GitHub Tutorials from Scratch)

#2 Getting Started with Git  (Git and GitHub Tutorials from Scratch)

Getting started with Git

Welcome to the second part of the git tutorials. In this part we will learn how to create
a local Git repository using some simple commands. First of all, we need to make sure that
Git is already installed and if not we will need to install it depending on what kind of
operating system we are working on. Afterward, we can config our username and email for all the
repositories that we are going to make. Also, we can set it for only our next repository by removing
the -global from our commands. Finally, we will learn all the other necessary commands that are
necessary for making a simple repository.

Watch The Video on Youtube