What are Git and Github?

SHARE WITH FRIENDS:

What are Git and Github? I will try to explain in a simple way.

Git is a widely used tool in the world of programming. It saves changes to any file. That is, if more than one programmer is working on a program, each change will save the action of the programmer who made the change, and each change will be visible to all. The main thing is that this process is absolutely safe and secure.

Github is a website that simplifies the process of working with the Git tool. This website is very necessary and useful for programmers. For example, if a programmer starts a project, he uploads it to github, and every change he makes is saved in it. As a result, the programmer always knows how the program was created from scratch and what actions it worked on.

Even if a file is deleted, the computer crashes, or something similar happens, all the work done remains on the git server. The rest is not only the last process, but every process is saved and you can easily see the work you entered 1 month ago, change it and move to a new version.

You can use SourceTree to access Git and Github. This program is absolutely free and allows you to use Git and Github with ease.

👉 @ITStarsUz

Leave a comment