---
description: Scopri le funzionalità di Git, i dettagli del prodotto, chi utilizza il software e quali sono i prodotti suggeriti. Attraverso le recensioni di utenti verificati potrai capire com’è la user experience, l’assistenza post-vendita e molto altro.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/capterra/og_logo-e5a8c001ed0bd1bb922639230fcea71a.png?auto=format%2Cenhance%2Ccompress
title: Git - Prezzi, recensioni, informazioni - Capterra Italia 2026
---

Breadcrumb: [Home](/) > [Software per la gestione del codice sorgente](/directory/31420/source-code-management/software) > [Git](/software/177211/git)

# Git

Canonical: https://www.capterra.it/software/177211/git

Pagina: 1/20\
Avanti: [Pagina successiva](https://www.capterra.it/software/177211/git?page=2)

> Sistema di controllo distribuito delle fonti che aiuta gli sviluppatori software a gestire e tenere traccia di più revisioni dello stesso progetto.
> 
> Conclusione: valutazione di **4.8/5** stelle assegnate da 470 utenti. Miglior punteggio per il parametro **Lo consiglieresti?**.

-----

## Statistiche e valutazioni

| Parametro | Valutazione | Dettaglio |
| **Nel complesso** | **4.8/5** | 470 Recensioni |
| Facilità d'uso | 4.1/5 | Sulla base delle recensioni complessive |
| Assistenza clienti | 4.3/5 | Sulla base delle recensioni complessive |
| Rapporto qualità-prezzo | 4.8/5 | Sulla base delle recensioni complessive |
| Funzionalità | 4.8/5 | Sulla base delle recensioni complessive |
| Percentuale di raccomandazione | 90% | (9/10 Lo consiglieresti?) |

## Informazioni sul fornitore

- **Azienda**: Git
- **Area geografica**: Brooklyn, USA

## Contesto commerciale

- **Prezzo di partenza**: 0,01 USD
- **Modello tariffario**:  (Versione gratuita disponibile) (Versione di prova gratuita (free trial))
- **Pubblico target**: Lavoratore autonomo, 2-10, 11-50, 51-200, 201-500, 501-1.000, 1.001-5.000, 5.001-10.000, 10.000+
- **Implementazione e piattaforme**: Cloud, SaaS, Web, Mac (desktop), Windows (desktop)
- **Lingue supportate**: inglese
- **Paesi disponibili**: Stati Uniti

## Funzionalità

- Controllo della versione
- Revisione del codice
- Rilevamento di bug

## Integrazioni (1 in totale)

- GitHub

## Opzioni di supporto

- Email/Help desk
- FAQ/Forum
- Knowledge Base

## Categoria

- [Software per la gestione del codice sorgente](https://www.capterra.it/directory/31420/source-code-management/software)

## Alternative

1. [PhpStorm](https://www.capterra.it/software/186624/phpstorm) — 4.8/5 (157 reviews)
2. [Aikido Security](https://www.capterra.it/software/1060185/aikido) — 4.7/5 (6 reviews)
3. [GitHub](https://www.capterra.it/software/129067/github) — 4.8/5 (6155 reviews)
4. [Notepad++](https://www.capterra.it/software/185965/notepad) — 4.7/5 (2001 reviews)
5. [Visual Studio Code](https://www.capterra.it/software/186634/visual-studio-code) — 4.8/5 (1687 reviews)

## Recensioni

### "Git: A fantasstic tool" — 5.0/5

> **Leila** | *27 ottobre 2024* | Software informatici | Tasso di raccomandazione: 10.0/10
> 
> **Vantaggi**: I love Git because it helps the communication between Github and your local machine directly on terminal.
> 
> **Inconvenienti**: It could be counter intuitive for people not very familiar with terminals.

-----

### "Solid and secure" — 4.0/5

> **Chuck** | *30 agosto 2025* | Servizi finanziari | Tasso di raccomandazione: 10.0/10
> 
> **Vantaggi**: Git is very reliable and secure. Maintaining versions of software (or any files) is simple and easy to manage.
> 
> **Inconvenienti**: It takes a bit to learn the command-line interface.  Even with all the documentation that is available it is still not easy for using advanced features.
> 
> Git has been a wonderful tool. The basics of git are easy to learn.  It took me a while to determine what options and commands I needed to use for certain advanced features, but once I figured them out, they work exactly as expected.

-----

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

> **saheed** | *19 ottobre 2025* | Servizi e tecnologie dell'informazione | Tasso di raccomandazione: 10.0/10
> 
> **Vantaggi**: 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.
> 
> **Inconvenienti**: 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.

-----

### "Git has saved our bacon" — 5.0/5

> **Utente Verificato** | *27 marzo 2026* | Ospedali e sistemi sanitari | Tasso di raccomandazione: 10.0/10
> 
> **Vantaggi**: It allows my team to keep organized with their codebases. It's honestly essential. Any project, even if its temporary or exploratory, starts with a \`git init\`.
> 
> **Inconvenienti**: It would be nice if git had some clearer function names. Things like 'git rebase' make little sense unless you already know what the function does.
> 
> It's been amazing. Saved our team's behind countless times, especially using the gitflow branching pattern.

-----

### "Git out of here" — 3.0/5

> **Utente Verificato** | *2 febbraio 2021* | Software informatici | Tasso di raccomandazione: 4.0/10
> 
> **Vantaggi**: It's very easy to create and initiate a copy of the repository
> 
> **Inconvenienti**: It's distributed so no backup is done to your work is done till you push it to the repository, no one organization to give you support, doesn't handle empty folders (no warnings is given), no easy move files with history from one repository to another (while keeping history in the source repository),  no one view to control your actions - need to move from your IDE to web to CLI, each sub module is presented by SHA number and not tag and version, if you have sub modules and you do git clone URI then you would get empty folder (no warning again) because that's the default. History is stored locally and consumes disk space (instead of at least connecting to the remote server as an option). Other than CLI there's no official supported GUI. There's much more like the need to have gitlfs client.
> 
> It's easy to get it to do what you want if you know all the switches and the options, you won't get warnings if something fails, you have to switch from web to IDE to CLI so each helps you progress in the task. Good for open source while you're not the one managing the code.

-----

Pagina: 1/20\
Avanti: [Pagina successiva](https://www.capterra.it/software/177211/git?page=2)

## Link

- [Visualizza su Capterra](https://www.capterra.it/software/177211/git)

## Questa pagina è disponibile nelle seguenti lingue

| Lingua | 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> |

-----

## Dati strutturati

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"Capterra Italia","address":{"@type":"PostalAddress","addressLocality":"Milano","addressRegion":"MI","postalCode":"20153","streetAddress":"Via Caldera 21 Edif. E-Ala 2 20153 Milano (MI)"},"description":"Capterra Italia, il comparatore di software gestionali più vasto al mondo, ti aiuta a trovare il programma più adatto alle tue esigenze grazie alle recensioni degli utenti, al comparatore di prezzi, articoli ed infografiche semplici.","email":"info@capterra.it","url":"https://www.capterra.it/","logo":"https://dm-localsites-assets-prod.imgix.net/images/capterra/logo-a9b3b18653bd44e574e5108c22ab4d3c.svg","@id":"https://www.capterra.it/#organization","@type":"Organization","parentOrganization":"Gartner, Inc.","sameAs":["https://www.linkedin.com/company/capterra/","https://www.facebook.com/Capterra/","https://twitter.com/capterra","https://www.youtube.com/channel/UCvKN2t597g-3KQ_AQAPNXLA"]},{"name":"Git","description":"Sistema di controllo distribuito delle fonti che aiuta gli sviluppatori software a gestire e tenere traccia di più revisioni dello stesso progetto.","url":"https://www.capterra.it/software/177211/git","@id":"https://www.capterra.it/software/177211/git#software","@type":"SoftwareApplication","publisher":{"@id":"https://www.capterra.it/#organization"},"applicationCategory":"BusinessApplication","aggregateRating":{"@type":"AggregateRating","ratingValue":4.8,"bestRating":5,"ratingCount":470},"offers":{"price":"0.01","@type":"Offer","priceCurrency":"USD"},"operatingSystem":"Cloud, Apple, Windows"},{"@id":"https://www.capterra.it/software/177211/git#faqs","@type":"FAQPage","mainEntity":[{"name":"Cos'è Git?","@type":"Question","acceptedAnswer":{"text":"Sistema di controllo distribuito delle fonti che aiuta gli sviluppatori software a gestire e tenere traccia di più revisioni dello stesso progetto.","@type":"Answer"}}]},{"@id":"https://www.capterra.it/software/177211/git#breadcrumblist","@type":"BreadcrumbList","itemListElement":[{"name":"Home","position":1,"item":"/","@type":"ListItem"},{"name":"Software per la gestione del codice sorgente","position":2,"item":"/directory/31420/source-code-management/software","@type":"ListItem"},{"name":"Git","position":3,"item":"/software/177211/git","@type":"ListItem"}]}]}
</script>
