Git

By Git

Unclaimed Profile

Claim Git profile for Free

Your G2 page is often the first place buyers evaluate you. Take control of how your brand shows up.

WHAT YOU UNLOCK

Control your profile

Update logo, screenshots, pricing info

Engage with customers

Respond to reviews, build trust with prospects

See buyer activity

Track who’s viewing, understand engagement

Collect reviews

Create landing page and collect reviews

Sellers who actively manage their G2 profile build more trust and convert more buyers

4.7 out of 5 stars

How would you rate your experience with Git?

Compare this with other toolsSave it to your board and evaluate your options side by side.
Save to board

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
519 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.
Verified User in Information Technology and Services
UI
Enterprise (> 1000 emp.)
"Git is best version control system in market now a days."
What do you like best about Git?

GIT which is supporting almost all SDLC in development environment, and provide best resource for Cloud,Blockchain,application and middle-ware code development .

easy to use with command line interface. git command based setup help developers to go extra-mile and troubleshoot bug and code issue easily.

In GIT we can always track our work, branches, changes, and while bug fixing this helps us in very significant way. Review collected by and hosted on G2.com.

What do you dislike about Git?

multiple efforts and commands while configuring in start need experience and takes time. Review collected by and hosted on G2.com.

Akshay Y.
AY
Angular/React native Developer
Mid-Market (51-1000 emp.)
"Best version controlling tool available in market"
What do you like best about Git?

You can manage your project repository for better multi tasking purpose. Paralleling many developers can work on same project through GIT.

It becomes very easy to manage your code from anywhere around the globe.

You can get access to your previous branches of code Review collected by and hosted on G2.com.

What do you dislike about Git?

Git doesn’t so much have a leaky abstraction as no abstraction.

Very difficult to use.

Its has very complex command line interface. Review collected by and hosted on G2.com.

Aasif M.
AM
Security Data Scientist
Computer & Network Security
Mid-Market (51-1000 emp.)
"Best Version control system"
What do you like best about Git?

Git is one of my favorite version control system, there are plenty of features that I used and actually works very best, some of my likes are they we can easily pull and push code in the repo, easy to integrate with most of the IDE's, a great DIFF checker feature which helps to identify differences between multiple copies of file. Review collected by and hosted on G2.com.

What do you dislike about Git?

The pain using a GIT is commiting a repo or file is tedious task, if we have small number of people using it, It works out great, but in large teams and a large project with 100's of files and all on working on similar file performing a commit break lots of things.

there is a large performance issue if we are working on some really big projects, it maintain a history on multiple commits history. Review collected by and hosted on G2.com.

Ankit B.
AB
Associate - Data Science
Enterprise (> 1000 emp.)
"Making version control easier"
What do you like best about Git?

Once familiar with the commands it is really helpful in saving our code to the correct branches and then pull our code from there and also switch to different version or branches with just one simple command .it makes the whole process of keeping different code versions easier Review collected by and hosted on G2.com.

What do you dislike about Git?

The only thing to dislike about git is that it takes time to get used to . You really need to know the commands and learn how git works thoroughly from some online course to get some idea on it . One small mistake in command can basically ruin your version . Other than that I don't see any issue Review collected by and hosted on G2.com.

DO
I.T technician
Small-Business (50 or fewer emp.)
"Power to move back and forth during development "
What do you like best about Git?

The Git tools offers a platform to track changes across your project so that you can switch to any given point in time to access the state of your project at that point in time. Git also offers a powerful Linux based terminal which you can use to run unix style commands in a windows environment that are not available or are different in the windows command prompt Review collected by and hosted on G2.com.

What do you dislike about Git?

Git has a lot of ambiguous commands that perform similar or exactly the same tasks which gets more complex when aliases are used. it can take take to memorize many of the commands. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
II
Mid-Market (51-1000 emp.)
"I love Git it's a great way of maintaining your application version"
What do you like best about Git?

Git is amazing it provides very huge features with simple command line and helps to maintain your application with pull and push. Review collected by and hosted on G2.com.

What do you dislike about Git?

Git at initial phase of learning is bit scary but once you get used to it it's the best application you every saw. Review collected by and hosted on G2.com.

Dane D.
DD
Product Development Engineer
Computer Software
Small-Business (50 or fewer emp.)
"The only version control software you’ll ever have to use!"
What do you like best about Git?

Seeing change history of a file through commits, with each commit tagged with user.

Ability to branch out, merge and rebase for different developers working on different features.

Ability to tag commits to properly track releases. Review collected by and hosted on G2.com.

What do you dislike about Git?

Fixing merge conflicts manually can sometimes be a pain. Sometimes git shows conflicts even when the file hasn’t been changed in the current branch. Review collected by and hosted on G2.com.

Verified User in Education Management
AE
Mid-Market (51-1000 emp.)
"Git is a distributed version-control system for tracking changes in the source code"
What do you like best about Git?

Git's design is a synthesis of Torvalds's experience with Linux in maintaining a large distributed development project, along with his intimate knowledge of file system performance gained from the same project and the urgent need to produce a working system in short order. These influences led to the following implementation choices. Review collected by and hosted on G2.com.

What do you dislike about Git?

There were few issues with Rapid branching and merging. Remaining is perfect Review collected by and hosted on G2.com.

LR
Lakshmikantha
Mid-Market (51-1000 emp.)
"Versatile Version Control Tool"
What do you like best about Git?

Very helpful when we work on large projects since a lot of code changes would be involved. It is very easy to set up git and to track the changes made in the code. The best decentralized version control system available in the market. Review collected by and hosted on G2.com.

What do you dislike about Git?

When we commit the code without verifying leads to conflict. Review collected by and hosted on G2.com.

Pankaj k.
PK
SSE
Information Technology and Services
Enterprise (> 1000 emp.)
"Undoubtedly the best and most widely used version control tool"
What do you like best about Git?

The flexibility to get code from multiple devs without any issue is amazing. It allows you to have the code history and proper change tracking control. It is a decentralized version control system . Review collected by and hosted on G2.com.

What do you dislike about Git?

Nothing that i dont like but when i started initially had to learn the commands and concepts which is a one time activity but helps all the time Review collected by and hosted on G2.com.

Questions about Git? Ask real users or explore answers from the community

Get practical answers, real workflows, and honest pros and cons from the G2 community or share your insights.

GU
Guest User
Last activity about 1 month ago

What is Git used for?

Verified User in Computer Software
G2
Verified User in Computer Software
Last activity almost 6 years ago

Any upcomming feature related to automation in GIT

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