Tech Glossary

What is Git?

Git is a version control system used to track changes to code. It is one of the most popular systems for managing code version control and is used by many large companies. Git is a distributed system, which means that there is a central server where all the code is stored, and each user has a local copy of the code. When a user makes a change to the code, they push the changes to the server, which is then updated for all users. Git is a very powerful system and has many advanced features, but it is also easy to learn the basic commands. Git is not the only version control system on the market, there are also other systems such as Subversion and Mercurial. However, these systems are not as popular as Git.

Relaterade