Git

By Git

Re-claim Profile

Re-claim your company’s G2 profile

This profile hasn’t been active for over a year.
If you work at Git, you can re-claim it to keep your company’s information up to date and make the most of your G2 presence.

    Once approved, you can:

  • Update your company and product details

  • Boost your brand's visibility on G2, search and LLMs

  • Access insights on visitors and competitors

  • Respond to customer reviews

  • We’ll verify your work email before granting access.

Re-claim
4.7 out of 5 stars

How would you rate your experience with Git?

Git Reviews & Product Details

Value at a Glance

Averages based on real user reviews.

Time to Implement

1 month

Return on Investment

6 months

Git Media

Git Demo - Git
Git
Git Demo - Git
Git
Git Demo - Git
Git
Product Avatar Image

Have you used Git before?

Answer a few questions to help the Git community

Git Reviews (518)

View 1 Video Reviews
Reviews

Git Reviews (518)

View 1 Video Reviews
4.7
518 reviews

Review Summary

Generated using AI from real user reviews
Users consistently praise Git for its reliable version control and efficient collaboration features, which facilitate teamwork and code management. The ability to easily create branches and track changes allows developers to work simultaneously without conflicts. However, many note a steep learning curve for beginners, making initial use challenging.
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Milagros Nazaret L.
ML
Analista Integral de Tecnología
Enterprise (> 1000 emp.)
"The ideal version management system for projects"
What do you like best about Git?

Git is a software designed by Luis Torvalds, open source that allows us to have mirror versions of our projects and thus simplify the way to correct errors and effectively maintain a project in an orderly distributed and robust.

it has great features such as focusing on collaborative work, that is, several people can modify, create or eliminate part of the project and versions of it in a structured and orderly manner, allowing generating workflows that facilitate the development of large projects. In comparison with other systems, the storage of information does not line with the objective of maintaining the image of all the files, all through ramifications of the project, another of its advantages is that most of the operations are carried out locally, which leads to another of the great advantages GIT only increases the changes to the files or directories that are modified, created or deleted, that is to say that it considerably reduces the time it takes to show the changes made especially if it's in the application in production, it should be noted that using this software it is impossible to make changes in the content of a project without being approved. Git also allows you to return to previous versions quickly and easily, return the project or files to the version you decide to return without taking into account any of the changes that were made after that version. Git provides many tools that facilitate the work. As for security, it makes use of SHA1 tree systems, ensuring that until the verification of the number or signature is not made, no changes will be made. Review collected by and hosted on G2.com.

What do you dislike about Git?

Git requires time to learn because it has many new concepts and orders.

Training should be given for the proper use and management of the tools to the users to avoid that errors are commented although they can later be undone. As for the parameters, sometimes they are very long. It's important to know the command line what is difficult at the beginning to all those who are accustomed to the use of the graphical interface Review collected by and hosted on G2.com.

Matt P.
MP
Associate Performance Analyst
Medical Devices
Enterprise (> 1000 emp.)
"Git for Collaboration"
What do you like best about Git?

Each time a team member makes a change to the code Git shows the exact changes. Git is overall a great log/tool to track the changes during the course of a project that requires collaboration. Not to mention it is easy to use. Review collected by and hosted on G2.com.

What do you dislike about Git?

To push your files to Git you have to enter several command lines in power shell. This can be tedious at times. Especially when you are tracking multiple changes to a project in a short period of time Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Enterprise (> 1000 emp.)
"Git usage in development"
What do you like best about Git?

Maintaining the code with different versions and different branches. Review collected by and hosted on G2.com.

What do you dislike about Git?

Everything seems to be positive and found it useful while developing a software Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
CI
Enterprise (> 1000 emp.)
"Git Reveiw"
What do you like best about Git?

Git overtakes the svn which is made developer and testers with more user friendly code movement Review collected by and hosted on G2.com.

What do you dislike about Git?

Nothing much to talk on the disadvantage Review collected by and hosted on G2.com.

Verified User in Retail
UR
Small-Business (50 or fewer emp.)
"Good "
What do you like best about Git?

Nice platform git is very useful for my use Review collected by and hosted on G2.com.

What do you dislike about Git?

Nothing its fast and accesible if you have good knowledge Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Enterprise (> 1000 emp.)
"Perfect tool for source control."
What do you like best about Git?

The tool allows to maintain a proper history of source code and helps in version control of the projects. Keeps a log of previous versions and helps revert to any stable version in case the ongoing development breaks the stable one. Helps team collaborate with the help of various UIs for git like GitHub, Gitlab, Bitbucket etc. Allows creation of branches and creation of pull requests for team members to review before merging code into the main development branch. Review collected by and hosted on G2.com.

What do you dislike about Git?

rolling back to the previous commit is a bit complicated for beginners as it is a bit too risky and can lead to major losses in the work. Review collected by and hosted on G2.com.

Dylan C.
DC
DevOps Intern
Real Estate
Enterprise (> 1000 emp.)
"Easy version control "
What do you like best about Git?

How adaptable it is to any situation. It is essentially an all-inclusive package for everything you need when writing and commiting code as a team member. It's features are fairly simple to learn and crucial for maintaining any sort of version control in your applications. Review collected by and hosted on G2.com.

What do you dislike about Git?

Not a fan of how not user-friendly it is. it is very complicated to learn all the ins and outs of the API, and even then it is hard to remember all the small details you need to be able to commit your code effectively. It takes many people months to learn how to do it properly, and even then they often do it wrong until corrected by someone who knows what they're doing. it would be amazing if they had a quality how-to video that went into all the small details of each command in an easy-to-remember fashion. Review collected by and hosted on G2.com.

Verified User in Consumer Goods
UC
Enterprise (> 1000 emp.)
"Unparalleled Source Control"
What do you like best about Git?

Git is a feature-rich, dependable, flexible and all-encompassing versioning software. With sufficient experience, one can use Git to become excellent at efficiently developing code, maintaining it, and correcting mistakes as needed. Review collected by and hosted on G2.com.

What do you dislike about Git?

Git can be quite hard to learn at first. Until you are very proficient, mistakes with Git can be VERY stressful. What adds to the complexity is the fact that there are many ways to achieve the same outcome. To know the actual difference of those routes, you have to have deep knowledge about how Git works underneath. Review collected by and hosted on G2.com.

Andrew R.
AR
Senior SRE
Information Technology and Services
Mid-Market (51-1000 emp.)
"Git and I don't get along"
What do you like best about Git?

Best: when I do the same exact thing twice in a row, there's at least a 50% chance the outcome will match. Review collected by and hosted on G2.com.

What do you dislike about Git?

Literally everything. Obtuse and hostile syntax, "help" written for people who don't need help, too easy to get into a situation where the rational choice is to vote everything away and start from scratch. Review collected by and hosted on G2.com.

Fernando Q.
FQ
Programador
Internet
Mid-Market (51-1000 emp.)
"Git is basic in programming"
What do you like best about Git?

What I like the most about Git is the possibility of keep track of the changes thst are being made in the code, and also being able to easily get back to a earlier commit. Review collected by and hosted on G2.com.

What do you dislike about Git?

What I dislike about git is that commits are no very easily to manage unless you have a compatible ui tool. Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

1 month

Return on Investment

6 months

Average Discount

20%

Git Comparisons
Product Avatar Image
Azure DevOps Server
Compare Now
Product Avatar Image
Subversion
Compare Now
Product Avatar Image
AccuRev
Compare Now