Image showing What is Git

What is Git

affiliate best offer

So what is git and why is it so popular?

Git is the most popular version control system in the world. A version control system records the changes made to our code over time in a special database called repository.

What do we use git for?

We can look at our project history and see who has made what changes when and why.

And if we screw something up we can easily revert our project back to an earlier state.

Why do we need git?

Without a version control system we will have to constantly store copies of the entire project in various folders. This is very slow and doesn’t scale at all especially if multiple people have to work on the same project.

You would have to constantly toss around the latest code via email or some other mechanisms and then manually merge the changes.

In a nutshell, with a version control system we can track our project history and work together.

Centralized vs distributed version control systems

Now version control systems fall into two categories:

  • centralized and
  • distributed

Centralized version control systems

In a centralized system all team members connect to a central server to get the latest copy of the code and to share their changes with others. Subversion and microsoft team foundation server (TFS) are examples of centralized version control systems.

The problem with the centralized architecture is the single point of failure. If the server goes offline we cannot collaborate or save snapshots of our project. So we have to wait until the server comes back online.

Distributed version control systems

In distributed systems we don’t have these problems every team member has a copy of the project with its history on their machine. We can save snapshots of our project locally on our machine. If the central server is offline we can synchronize our work directly with others.

Git and mercurial are examples of distributed version control systems.

Why is git so popular?

Out of all these git is the most popular version control system in the world because it’s free open source super fast and scalable. Operations like branching and merging are slow and painful in other version control systems like subversion or TFS but they’re very fast with git.

So git is almost everywhere more than 90% of software projects in the world use git. That’s why almost every job description for a software developer mentions git.

So if you’re looking for a job as a software developer git is one of the skills you must have on your resume. You should know it inside out you should know how it works and how to use it to track your project history and collaborate with others effectively.

Full Bright

Full Bright

A professional and sympathic business man.

Contact

Contact Us

To order one of our services, navigate to the order service page

Address

10 rue de Penthièvre,
75008 Paris

Email Us

hello at bright-softwares dot com

Open Hours

Monday - Friday
9:00AM - 05:00PM