---
description: Get detailed information about Git usability, features, price, benefits and disadvantages from verified user experiences. Read reviews and discover similar tools on Capterra Israel.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/capterra/og_logo-e5a8c001ed0bd1bb922639230fcea71a.png?auto=format%2Cenhance%2Ccompress
title: Git Price, Reviews & Ratings - Capterra Israel 2026
---

Breadcrumb: [Home](/) > [Source Code Management Software](/directory/31420/source-code-management/software) > [Git](/software/177211/git)

# Git

Canonical: https://www.capterra.co.il/software/177211/git

Page: 1 / 20\
Next: [Next page](https://www.capterra.co.il/software/177211/git?page=2)

> Distributed source control system that helps software developers to track and manage multiple revisions of the same project.
> 
> Verdict: Rated **4.8/5** by 475 users. Top-rated for **Likelihood to recommend**.

-----

## Overview

### Who Uses Git?

N/A

## Quick Stats & Ratings

| Metric | Rating | Detail |
| **Overall** | **4.8/5** | 475 Reviews |
| Ease of Use | 4.1/5 | Based on overall reviews |
| Customer Support Software | 4.3/5 | Based on overall reviews |
| Value for Money | 4.8/5 | Based on overall reviews |
| Features | 4.8/5 | Based on overall reviews |
| Recommendation percentage | 90% | (9/10 Likelihood to recommend) |

## About the vendor

- **Company**: Git
- **Location**: Brooklyn, US

## Commercial Context

- **Starting Price**: US$0.01
- **Pricing model**: Per User (Free version available) (Free Trial)
- **Pricing Details**: free
- **Target Audience**: Self Employed, 2–10, 11–50, 51–200, 201–500, 501–1,000, 1,001–5,000, 5,001–10,000, 10,000+
- **Deployment & Platforms**: Cloud, SaaS, Web-based, Mac (Desktop), Windows (Desktop)
- **Supported Languages**: English
- **Available Countries**: United States

## Features

- Bug Tracking Software
- Code Review
- Version Control

## Integrations (1 total)

- GitHub

## Support Options

- Email/Help Desk
- FAQs/Forum
- Knowledge Base Software

## Category

- [Source Code Management Software](https://www.capterra.co.il/directory/31420/source-code-management/software)

## Alternatives

1. [AWS CodeCommit](https://www.capterra.co.il/software/1015589/aws-codecommit) — 4.3/5 (12 reviews)
2. [GitKraken Desktop](https://www.capterra.co.il/software/1084590/GitKraken-Desktop) — 5.0/5 (10 reviews)
3. [Apache Subversion](https://www.capterra.co.il/software/177270/apache-subversion) — 4.1/5 (49 reviews)
4. [pgAdmin](https://www.capterra.co.il/software/210772/pgadmin) — 4.1/5 (34 reviews)
5. [Codequiry](https://www.capterra.co.il/software/197693/codequiry) — 2.3/5 (3 reviews)

## Reviews

### "Powerful, professional, and essential, but with a learning curve" — 5.0/5

> **Álvaro** | *6 July 2026* | Information Technology & Services | Recommendation rating: 10.0/10
> 
> **Pros**: Git is the most widely used tool globally for managing code and application versions. It's ideal for professional use, and is likely the top choice for companies looking to adopt a tool with these capabilities.&#10;It's easy to install and set up via terminal with simple commands, in just a few steps, it's fully up and running locally. It's also free plan, which is a major plus.&#10;You can configure various behaviors, specify files to ignore when uploading changes, and manage credentials. Remote Git configuration is very comprehensive, clearly identifying ownership, authorship, and access permissions.&#10;Its main function is code editing, allowing you to add new files, write code, or make changes to the branch you're working on. You can also have multiple branches open at once and work on each of them separately. It offers strong version control across branches, letting you know whether one is ahead of or behind another.
> 
> **Cons**: It's not easy to use, as it requires prior study, though this knowledge is usually acquired alongside learning programming itself.&#10;It's not specifically designed for project management, for that, there are other applications that integrate with Git.
> 
> I use it daily since I began my studies as a programmer, I learned to use Git and version control at the same time as I was learning to code in various programming languages. I still use it today in my professional career, both as a user managing my own applications and to review other users' work when needed.

-----

### "The Good Git" — 5.0/5

> **saheed** | *19 October 2025* | Information Technology & Services | Recommendation rating: 10.0/10
> 
> **Pros**: I started intense and regular use of Git few years ago. Even though, I had to learn its usage especially form command line, its been very useful to facilitate seamless collaboration and ease development effort.
> 
> **Cons**: Git a sophisticated tool that requires an initial effort to learn and develop some skills in it. For bigger files, it could be a bit slow for my liking.
> 
> I loved using Git particularly from command line and I often refer to its documentation which has been helpful.

-----

### "The industry standard for version control" — 5.0/5

> **Hrithik** | *13 June 2026* | Financial Services Software | Recommendation rating: 10.0/10
> 
> **Pros**: Git gives developers a safe and flexible way to manage code changes, collaborate with teammates, and track project history. Branching and merging make it easy to work on features independently, and having a complete history of changes has saved me countless times when debugging issues or rolling back changes. It's become such a fundamental part of software development that I rarely think about working without it.
> 
> **Cons**: Git has a steep learning curve, especially when dealing with rebasing, merge conflicts, and more advanced workflows. Error messages are not always beginner friendly, and it can be intimidating for developers who are new to version control. Even experienced users occasionally need to look up commands for complex operations.
> 
> My experience with Git has been overwhelmingly positive. I use it every day for professional software development and collaboration. Whether working on small projects or large codebases with many contributors, Git scales well and remains one of the most important tools in a developer's workflow.

-----

### "The best VCS out there" — 5.0/5

> **Anonymous User** | *2 December 2025* | Computer Software | Recommendation rating: 10.0/10
> 
> **Pros**: Git is essential for my day to day software development, yes it has it's pitfalls and difficulties but it's the best VCS I've used.
> 
> **Cons**: It can be a little bit tricky remembering the exact syntax of some of the more occasional commands required.

-----

### "Reliable Tool for Managing Code with Strong Collaboration Features" — 5.0/5

> **Verified Reviewer** | *2 May 2026* | Information Technology & Services | Recommendation rating: 10.0/10
> 
> **Pros**: What I like most about Git is how powerful it is for managing code changes and keeping track of project history. It makes it easy to see what was changed, when it was changed, and by whom, which is very helpful when working on development projects.&#10;&#10;In terms of value for money, it is excellent since it is open source and free to use, which makes it accessible for individuals and teams of any size.&#10;&#10;Ease of use can depend on experience level, but once the basic commands are understood, it becomes very efficient and reliable for daily work.&#10;&#10;Setup is fairly straightforward, and once configured, it integrates well into different development environments.&#10;&#10;Features like branching and merging are very useful for working on multiple parts of a project at the same time without interfering with the main codebase.&#10;&#10;Code editing is not directly handled by Git, but it works smoothly with most editors, making version control seamless during development.&#10;&#10;For project management, it helps teams stay organized by tracking changes and allowing collaboration without overwriting each other’s work.&#10;&#10;Customer support is mainly community based, but there is a large amount of documentation and resources available, which usually makes it easy to find solutions.
> 
> **Cons**: What I like least about Git is that it can be confusing at the beginning. The commands and workflow take some time to understand, especially for someone new to version control.&#10;&#10;There is also a learning curve when dealing with things like merge conflicts, which can feel a bit overwhelming until there is more experience with it.&#10;&#10;The interface is mostly command based, so it does not feel very intuitive compared to tools with a visual setup.&#10;&#10;Overall, it is very powerful, but the complexity can make it harder to use comfortably at first.
> 
> Overall experience with Git has been very good once the basics are understood. It is a reliable tool for tracking changes in code and managing different versions of a project, which makes development work much more organized.&#10;&#10;At the beginning, it can feel a bit complex, but over time it becomes an essential part of the workflow. It helps avoid mistakes, keeps a clear history of changes, and makes collaboration with others much smoother.

-----

Page: 1 / 20\
Next: [Next page](https://www.capterra.co.il/software/177211/git?page=2)

## Links

- [View on Capterra](https://www.capterra.co.il/software/177211/git)

## This page is available in the following languages

| Locale | URL |
| de | <https://www.capterra.com.de/software/177211/git> |
| de-AT | <https://www.capterra.at/software/177211/git> |
| de-CH | <https://www.capterra.ch/software/177211/git> |
| en | <https://www.capterra.com/p/177211/Git/> |
| en-AE | <https://www.capterra.ae/software/177211/git> |
| en-AU | <https://www.capterra.com.au/software/177211/git> |
| en-CA | <https://www.capterra.ca/software/177211/git> |
| en-GB | <https://www.capterra.co.uk/software/177211/git> |
| en-IE | <https://www.capterra.ie/software/177211/git> |
| en-IL | <https://www.capterra.co.il/software/177211/git> |
| en-IN | <https://www.capterra.in/software/177211/git> |
| en-NZ | <https://www.capterra.co.nz/software/177211/git> |
| en-SG | <https://www.capterra.com.sg/software/177211/git> |
| en-ZA | <https://www.capterra.co.za/software/177211/git> |
| es | <https://www.capterra.es/software/177211/git> |
| es-AR | <https://www.capterra.com.ar/software/177211/git> |
| es-CL | <https://www.capterra.cl/software/177211/git> |
| es-CO | <https://www.capterra.co/software/177211/git> |
| es-CR | <https://www.capterra.co.cr/software/177211/git> |
| es-DO | <https://www.capterra.do/software/177211/git> |
| es-EC | <https://www.capterra.ec/software/177211/git> |
| es-MX | <https://www.capterra.mx/software/177211/git> |
| es-PA | <https://www.capterra.com.pa/software/177211/git> |
| es-PE | <https://www.capterra.pe/software/177211/git> |
| fr | <https://www.capterra.fr/software/177211/git> |
| fr-BE | <https://fr.capterra.be/software/177211/git> |
| fr-CA | <https://fr.capterra.ca/software/177211/git> |
| fr-LU | <https://www.capterra.lu/software/177211/git> |
| it | <https://www.capterra.it/software/177211/git> |
| nl | <https://www.capterra.nl/software/177211/git> |
| nl-BE | <https://www.capterra.be/software/177211/git> |
| pt | <https://www.capterra.com.br/software/177211/git> |
| pt-PT | <https://www.capterra.pt/software/177211/git> |

-----

## Structured Data

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":null,"address":{"@type":"PostalAddress","addressLocality":null,"addressRegion":null,"postalCode":null,"streetAddress":null},"description":"Capterra Israel helps millions of people find the best business software. With software reviews, ratings, infographics and a comprehensive list of business software.","email":"info@capterra.co.il","url":"https://www.capterra.co.il/","logo":"https://dm-localsites-assets-prod.imgix.net/images/capterra/logo-a9b3b18653bd44e574e5108c22ab4d3c.svg","@type":"Organization","@id":"https://www.capterra.co.il/#organization","parentOrganization":"G2.com, Inc.","sameAs":["https://twitter.com/capterra","https://www.facebook.com/Capterra/","https://www.linkedin.com/company/capterra","https://www.instagram.com/capterra/","https://www.youtube.com/user/CapterraTV"]},{"name":"Git","description":"Distributed source control system that helps software developers to track and manage multiple revisions of the same project.","url":"https://www.capterra.co.il/software/177211/git","@type":"SoftwareApplication","@id":"https://www.capterra.co.il/software/177211/git#software","applicationCategory":"BusinessApplication","publisher":{"@id":"https://www.capterra.co.il/#organization"},"aggregateRating":{"@type":"AggregateRating","bestRating":5,"ratingCount":475,"ratingValue":4.8},"offers":{"price":"0.01","@type":"Offer","priceCurrency":"USD"},"operatingSystem":"Cloud, Apple, Windows"},{"@type":"FAQPage","@id":"https://www.capterra.co.il/software/177211/git#faqs","mainEntity":[{"name":"What Is Git?","@type":"Question","acceptedAnswer":{"text":"Distributed source control system that helps software developers to track and manage multiple revisions of the same project.","@type":"Answer"}},{"name":"Who Uses Git?","@type":"Question","acceptedAnswer":{"text":"N/A","@type":"Answer"}}]},{"@type":"BreadcrumbList","@id":"https://www.capterra.co.il/software/177211/git#breadcrumblist","itemListElement":[{"name":"Home","position":1,"item":"/","@type":"ListItem"},{"name":"Source Code Management Software","position":2,"item":"/directory/31420/source-code-management/software","@type":"ListItem"},{"name":"Git","position":3,"item":"/software/177211/git","@type":"ListItem"}]}]}
</script>
