What is Git and GitHub

  • Git is a version control system.
  • It keeps track on changes that have been made on files.
  • It allow developers to roll back to a previous version of their app.
  • Git simplifies working on a project as a team.
  • GitHub is a web based repository that allow developers to work with others online on the same application.
  • GitHub acts as a safe store of your application code. When you accidentally delete your code from your local machine, you can easily pull it back from GitHub.

📍 Download and install Git: https://git-scm.com/downloads
📍 Create a GitHub account: https://github.com

#git #github #developer

Learn Git and GitHub in 20 Minutes
46.85 GEEK