2026 Best Software Awards are here!See the list
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 (515)

View 1 Video Reviews
Reviews

Git Reviews (515)

View 1 Video Reviews
4.7
515 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.
ALISHETTI S.
AS
Software Engineer
Enterprise (> 1000 emp.)
"Collaboration and Version control of Git"
What do you like best about Git?

I like the version control feature, its ability to provide a platform for team collaboration with the git bash terminal and push,pull,clone,merge operation that enable seamless development. Review collected by and hosted on G2.com.

What do you dislike about Git?

I didn't find any feature that I dislike. Review collected by and hosted on G2.com.

dl d.
DD
student
Small-Business (50 or fewer emp.)
"Simplifies Code Management and Collaboration"
What do you like best about Git?

I really appreciate that Git is very light and makes it easy to record my code fetch. The user interface is very easy to use, which I find quite helpful. Setting it up was also straightforward with just a one line command in the terminal. Review collected by and hosted on G2.com.

What do you dislike about Git?

nothing as such Review collected by and hosted on G2.com.

Eashan G.
EG
Quality analyst
Information Technology and Services
Small-Business (50 or fewer emp.)
"Best tool to coloborate with team and easy to manage code base for Automation testing"
What do you like best about Git?

I like its simplicity and easy to use and speed, git never hangs, very easy to install and integratre with other tools like VS code Review collected by and hosted on G2.com.

What do you dislike about Git?

No issue I found all perfect in this toll Review collected by and hosted on G2.com.

Sahil V.
SV
Software Developer
Enterprise (> 1000 emp.)
"Git Makes Versioning and Team Collaboration Easy"
What do you like best about Git?

Git Basically helps with versioning and collaborating with team members, while also maintaining the code. Review collected by and hosted on G2.com.

What do you dislike about Git?

Nothing too much so far; I haven’t found anything to dislike. Review collected by and hosted on G2.com.

Luca P.
LP
Chief Operations Officer DEQUA Studio | Formerly CTO in MarTech
Marketing and Advertising
Small-Business (50 or fewer emp.)
"Distributed version control system for collaborative development"
What do you like best about Git?

• Distributed Architecture: Git implements a distributed version control model, meaning every contributor has a complete copy of the repository, including its full history. This architecture supports offline work, robust branching, and seamless collaboration across teams and geographies.

• Performance and Scalability: Operations such as committing, branching, merging, and comparing versions are optimized for speed and efficiency, even with large repositories. Git’s underlying algorithms are tailored to handle real-world source code trees and frequent change patterns.

• Advanced Branching and Merging: Creating, switching, and merging branches is lightweight and fast. Git’s branching model encourages non-linear development and parallel workflows, making it well-suited for feature-driven development and complex release cycles.

• Data Integrity: Every change in Git is tracked using cryptographic hashes (SHA-1), ensuring the integrity of the repository’s history. The snapshot-based model makes it impossible to alter past versions without detection.

• Toolkit-Based Design: Git provides a comprehensive set of command-line tools, allowing granular control over repository management and automation. The modular structure supports scripting and custom workflows.

• Cross-Platform and Protocol Support: Git repositories can be published and accessed over multiple protocols, including HTTP, HTTPS, SSH, and FTP. Compatibility with legacy systems and IDEs is facilitated through features like CVS emulation.

• Open Source and Community-Driven: Git is free, open-source software maintained under the GPL-2.0-only license. Its active community ensures ongoing development, extensive documentation, and broad integration with other tools and platforms (such as GitHub, GitLab, Bitbucket).

• Space Efficiency and Compression: Git uses delta compression and packfiles to efficiently store large histories and minimize disk usage, with periodic garbage collection and repacking for optimal performance.

• Staging Area: The staging area (index) provides granular control over which changes are included in each commit, supporting precise version management. Review collected by and hosted on G2.com.

What do you dislike about Git?

Handling of large binary files is inefficient. Git is optimized for text-based source code; storing large binaries can quickly bloat repositories and degrade performance unless additional tools (like Git LFS) are used. Review collected by and hosted on G2.com.

Aashish G.
AG
Full Stack Developer
Small-Business (50 or fewer emp.)
"Review of git"
What do you like best about Git?

Git helps to solve the problem of version control. It smooths the process of software development. The branching feature, PR, commit, Pr reviews, staging, CI/Cd are something that i admire the most. Review collected by and hosted on G2.com.

What do you dislike about Git?

I like all things about git; however, I still want to add AI features in the git , Review collected by and hosted on G2.com.

Verified User in Internet
UI
Mid-Market (51-1000 emp.)
"If you wrire code and a SCM are you really a developer?"
What do you like best about Git?

Git gives you all the tools for for managing your code, both since user and with a big team.

Run it local, push to server or why not multiple servers Gif has your covered. Review collected by and hosted on G2.com.

What do you dislike about Git?

Git might take some time to get use too, bit it is well worth it. Review collected by and hosted on G2.com.

KHIM L.
KL
Sr. DevOps Engineer
Enterprise (> 1000 emp.)
"Very useful to track code changes"
What do you like best about Git?

I like best about Git is its distributed version control system, which allows multiple developers to work on the same project simultaneously without interfering with each other’s work. The branching and merging capabilities are powerful, enabling experimentation and feature development without affecting the main codebase. Review collected by and hosted on G2.com.

What do you dislike about Git?

I dislike most about Git is its steep learning curve, particularly for beginners. Concepts like merging, rebasing, and branching can be confusing and prone to errors for those new to version control. Review collected by and hosted on G2.com.

Ranu S.
RS
Software Developer, AI and ML Engineer.
Information Technology and Services
Small-Business (50 or fewer emp.)
"Old and Gold"
What do you like best about Git?

With git I can connect with any of the open and close code repository like Github, GitLab, bitbucket. Open source and easy to install and configure with any editor or sommand line tool. Avaiable accross all Operating systems like Mac, windows or linux. Using it almost evryday in my life. Review collected by and hosted on G2.com.

What do you dislike about Git?

As of now I don't see any proper git GUI interface. I heard from my friends about new repo managing tools. But I am sticking to git for now. Review collected by and hosted on G2.com.

Sasikumar R.
SR
Senior Software Engineer
Enterprise (> 1000 emp.)
"Essential & Efficient Repository Server for every developer"
What do you like best about Git?

Version control for each code merge or push

Light weight and easy to install

Easy to revert or fetch old code

Cherry-pick the changes is very helpful

Open source

Storage management

Multiple features to handle branches and repository Review collected by and hosted on G2.com.

What do you dislike about Git?

Difficult to understand and use for beginners

Need to remember and familiar with git commands to expertise all the git features

UI is not good

Git comparision needs another app 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