Git Beginner to Intermediate Course
About Lesson

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.

Join the conversation
abrahamlyne30 3 months ago
Git course
Reply