Git Vs Github

Mindmajix
1 min readNov 2, 2021

--

Git

  • Git is a distributed version control system which tracks changes to source code over time.
  • Git is a command-line tool that reguires an interface to interact with the world.
  • It creates a local repository to track changes locally rather than storing them in a centralized server.
  • It stores and catalogs changes in code in a repository.
  • Git can work without GitHub as other web-based Git repositories are also available.

GitHub

  • GitHub is a web-based hosting service for Git repository to bring teams together.
  • GitHub is a graphical interface and a development platform created for developers.
  • It is open-source which means code is stored in a centralized server and is accessible to everybody.
  • It provides a platform as an effort to bring teams together.
  • GitHub is the most popular Git server but there are other alternatives available such as GitLab.

To explore more, click here.

--

--

Mindmajix

MindMajix is a team of tech enthusiats who strive to provide technology training to deliver outstanding learning experience. Read our blogs for tech updates.