Published using Google Docs
Git and Github - Day 1
Updated automatically every 5 minutes

        Git and Github - Day 1

Today tasks would include getting the basics of git, where it is used, why it’s so popular. Installing git on your local system and configuring it.

  1. What is git and GitHub?

        Link to videos: Tutorial1, Tutorial2

  1. Installing git on your local system

Windows: Tutorial1

Linux: Tutorial1

Mac: Tutorial1

         

        After you have installed git please test it if it’s installed properly on your system. You can do this by checking the version of git on your system.

  1. Configuring your username and email

Link to videos: Tutorial1