What is GITHub and what is it for? –

What is Git?

git is a open source distributed version control system developed by Linus Torvalds, the creator of Linux.

distributed version control allows developers to download software, make changes, and upload the version they have modified. All uploaded mods are saved in separate versions, not overwriting the original file.

The difference between version control and Git is that in Git each developer will have a copy of the original source code and the available versions of the project on the computer, allowing for branching and merging.

In this way, all the developers interested in the project will be able to see the modifications made and contribute by improving the Software code.

When we refer to the part of the hub we talk about what makes this Git special, the community and interaction with other users.

See also  trade tracker script code
Loading Facebook Comments ...
Loading Disqus Comments ...