HOME > System software > Git And Github: Differences - What Are They?

Git and GitHub: differences - what are they?

Version management systems manage different versions of a project. In this process, multiple versions can be developed at the same time and merged at the end. Git is one such management system. GitHub, on the other hand, is a platform where code can be shared with friends, strangers or colleagues via Git.

What are the differences between Git and GitHub?

GitHub uses Git to allow its users to use the version control system for their projects.
  1. Git was developed in 2005 by Linus Torvald to manage Linux code. It has the advantage that small changes to files can be undone. Previously, this was solved with different folders, but this had the disadvantage that it was very error-prone wae. With Git, different information can be stored for different versions. So it can be traced when someone has made a change.
  2. GitHub was founded in 2008 and is intended to simplify the sharing and publishing of code. In the process, "Git" was the namesake for GitHub. At GitHub, you have the opportunity to participate in various software projects and download them through a pull request. Haben Sie dann Code geändert, nutzen Sie Push und einen Merge Request, um diesen mit dem Projekt zu verschmelzen. GitHub kann also als Erweiterung von Git betrachtet werden. Auf der Plattform wurden viele berühmte Projekte entwickelt und weiterhin geupdatet.

By Rabjohn

What is a reverse proxy server? Key facts :: Zoom: Test the camera - here's how to do it
USEFUL LINKS