DEV Community

Fidel Ernesto Alonso Ochoa
Fidel Ernesto Alonso Ochoa

Posted on

Why I'm using git

First of all, git is a great tech that has exceeded the limits of the organization of the daily work of each one of us who use it, I don't know the advantages of other CVS tools and I respect the opinion of each one. There is a lot of variety and for sure whoever takes advantage of it and benefits.
For me these are the main factors why I liked using git:

  • Flexible for teamwork, since when sharing the project we do not run the risk of it collapsing by having the work divided into modules or, as git defines it, through branches.
  • Widely used in agile software development and also for business.
  • When we develop we have a local repository, with a history of all the changes in the code.
  • With git we prevent the main code from being damaged, branching and cataloging it before merging.
  • If your work team uses Git as a version control tool, it is likely that you do not have to make new employees aware of the tool because of its wide community.

#Git #Github #Gitlab

Top comments (0)