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 Computer Software
UC
Mid-Market (51-1000 emp.)
"Premiere source control"
What do you like best about Git?

Git is a very flexible tool that allows for multiple workflows depending on users' needs. Using features like branching, git allows for multiple people to work on a project efficiently. Review collected by and hosted on G2.com.

What do you dislike about Git?

Git can be complex to learn and challenging to understand when something fails to work correctly. Git provides a ton of functionality, but some features overlap or are rarely used, so getting started can be difficult. Review collected by and hosted on G2.com.

Vibhanshu J.
VJ
Website Coordinator
Mid-Market (51-1000 emp.)
"Git - the best way of version control"
What do you like best about Git?

Git is the easiest and the most powerful tool which is highly used by almost all software engineers around the world. I cannot think of making any software or application without git. Review collected by and hosted on G2.com.

What do you dislike about Git?

It's good in almost all the perfectives, but it didn't give any good visual interface for its users. The most powerful of it lies only in the command, but it should also provide some good UI. Review collected by and hosted on G2.com.

Geoffrey H.
GH
Self
Mid-Market (51-1000 emp.)
"If you are not devqeloping software with source control, you are doing it wrong!"
What do you like best about Git?

Git is a tried and true industry tool that allows you and your team to collaborate and manage an ever-evolving code base in powerful ways. It gives you peace of mind and helps from loss of work due to human error. Review collected by and hosted on G2.com.

What do you dislike about Git?

While I can do basically anything that you would need it to do, it is very hard for most users to wrap their head around the more complex features, which can be frustrating and a turn off. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business (50 or fewer emp.)
"Leading Tool for Version Controlling"
What do you like best about Git?

With the help of the Git version control system, I do not need to backup my codes anymore. Git gives me the power of keeping multiple versions of my project and react out them whenever I want. Review collected by and hosted on G2.com.

What do you dislike about Git?

From time to time, reverting activities done accidentally may become a nightmare. The reason is, finding the proper command for some scenarios is not easy. In addition, official documentation of Git does not have a readable UI. Therefore, it is not effortless to find what you search for. Review collected by and hosted on G2.com.

susanta r.
SR
System Engineer
Enterprise (> 1000 emp.)
"Most loved distributed version control tool."
What do you like best about Git?

It is one of the best open-source version control systems. You can have a track of your code in a shared repository using git.

Multiple developers can push changes to a shared repository using git version control. You can pull/clone your remote repository to your local repository just by using the command git clone or git pull. Git gives multiple hints and tips for the next step while using any action in git. You can create a feature branch from a master branch with just one command line.

Any time you can check the status for any change in your code. You can stash your change and again apply it. It's effortless to shift branches by using the "git checkout branch-name '" command. You can merge branches easily. Review collected by and hosted on G2.com.

What do you dislike about Git?

For new users, it can be a headache to learn, but with time they will love it. Review collected by and hosted on G2.com.

Manasa S.
MS
Open Source Lead
Small-Business (50 or fewer emp.)
"Version Control System."
What do you like best about Git?

The Most Useful and Helpful in Git is it is very well used in version controlling and is best for group projects management if one person is working on one part of the project and another working on another part that can use this to make both at a time very easily. Review collected by and hosted on G2.com.

What do you dislike about Git?

The least helpful disadvantage in git is user-independent whenever the user changes the system he needs to re-install everything he did in the previous system like name and email from scratch. Review collected by and hosted on G2.com.

Lokesh V.
LV
Quality Analyst
Mid-Market (51-1000 emp.)
"Great security with StackHack with git"
What do you like best about Git?

The branch conflict and vulnerable results can be identified via StackHack. Review collected by and hosted on G2.com.

What do you dislike about Git?

The new developers may find it hard to implement and with documentation provided on StackHack, they can implement it on the their own. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Enterprise (> 1000 emp.)
"Best for controlling versions"
What do you like best about Git?

It's ability to control the versions of project whether it's small or big is the best thing. Review collected by and hosted on G2.com.

What do you dislike about Git?

I have not come across anything that I don't like. Review collected by and hosted on G2.com.

Shivam G.
SG
Software Engineer II
Enterprise (> 1000 emp.)
"Git Review"
What do you like best about Git?

Git is great tool for developing software. Git helps us to instantly initialise a repo. The code review process is a very good utility so that our code gets reviewed before merging in the main branch. It provides a safe way to merge the code to the master by creating a pull request. It creates the commits which creates snapshots of the current state of our project so that we can revert back to any previous commit. Review collected by and hosted on G2.com.

What do you dislike about Git?

The interface is very basic. One need to be experienced with all the commands to use git efficiently. While merging the branches, one need to be careful for the conflicts otherwise it will insert code smells. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business (50 or fewer emp.)
"Git Experience"
What do you like best about Git?

* Easily check changes between files

* Create branch and merge branch

* Lightweight and fast

* Staging feature is excellent if we have changed in the local branch

* It is compatible with my mac and other laptop windows so that I can use it in both places

* Feature like pull requests, commits issue tracking, make me more productive Review collected by and hosted on G2.com.

What do you dislike about Git?

* It required knowledge and practice at first I have to take a course to know

* need to know the commands first as git add , git commit

* issue with binary file systems

* terminal-based, so need to be familiar with terminal

* some help for first time user 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