Git vs Github explained | The TechFlow

Опубликовано: 26 Февраль 2022
на канале: The TechFlow
107
1

Welcome to The TechFlow, your go-to destination for concise and insightful technical videos.

We are here to share with you simplified knowledge which we have earned and learned through our years of work experience with technology.

What is difference between git and github

Difference between Git and Github?
In this chapter, we will understand what is Git and GitHub. Are they both the same thing? If not, are they connected in some way?
Well, to answer that, we’ll be taking a closer look at each one. But before we do that, let’s first discuss the concept of version control.

Version Control
Development projects are made up of code, and this code is written with a lot of trial, error, correction, and improvements that go in creating a working code.
This is where version control comes into the picture.
Version control tracks all the changes which are done on your code keeps track of who did what and when. This allows you to check the history of your code and also makes it possible to jump back to a past version of the code.
Now let’s move on to Git

Git
Git is installed and maintained on your local system(Not on the cloud). It gives us a track record of our own code versions. Git runs independently on the local machine and doesn’t even need internet for execution.
There are much more features in git which I will explain in another chapter.
Now let’s see what’s GitHub.

GitHub
Github is a cloud-based git repository hosting service. This means it’s an online database that allows you to keep track and share your git version control projects outside your local machine.
Git hub allows you to share code with others anywhere in the world and also collaboratively allows multiple people to edit code and make revisions. We will see in other chapters how these collaborations work smoothly using features like branches, full requests, conflict resolutions, etc.
There are many similar git repositories hosting services like GitLab, ButBucket, etc.

Git vs GitHub
I am sure now you are capable to understand and answer what actually is the difference between Git and Github.
In simple terms,
Git is a version control system that allows you to keep track of your code changes and history on the local machine.
GitHub is a cloud-based hosting service that allows you to store and share your git repositories(code) with people from different locations and allow them to edit and revise your code in collaboration.
I hope this helps you understand the difference between Git and GitHub, please comment if you have any questions.
Thank you

TABLE OF CONTENTS
Introduction 00:00
What is Version control 00:13
What is Git 00:42
What is GitHub 00:59
What is difference between Git and Github 01:35

Thank You

Subscribe to our channel: https://bit.ly/3gch9EE

#git #github #gitvsgithub


Смотрите видео Git vs Github explained | The TechFlow онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь The TechFlow 26 Февраль 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 107 раз и оно понравилось 1 людям.