---
description: Git : qu'en pensent les utilisateurs ? Lisez les avis clients sur Git, consultez les prix, tarifs, abonnements et découvrez ses fonctionnalités.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/capterra/og_logo-e5a8c001ed0bd1bb922639230fcea71a.png?auto=format%2Cenhance%2Ccompress
title: Git - Avis, notes, prix et abonnements - Capterra France 2026
---

Breadcrumb: [Accueil](/) > [Logiciels de gestion du code source](/directory/31420/source-code-management/software) > [Git](/software/177211/git)

# Git

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

Page : 1/20\
Suivant: [Page suivante](https://www.capterra.fr/software/177211/git?page=2)

> Système de contrôle des sources distribué qui aide les développeurs de logiciels à suivre et gérer plusieurs révisions d'un même projet.
> 
> Conclusion : 472 utilisateurs lui ont donné la note de **4.8/5**. Figure au meilleur classement pour **Probabilité de recommander le produit**.

-----

## Statistiques et notes

| Métrique | Notation | En détail |
| **Note globale** | **4.8/5** | 472 Avis |
| Simplicité d’utilisation | 4.1/5 | D'après l'ensemble des avis |
| Support client | 4.3/5 | D'après l'ensemble des avis |
| Rapport qualité-prix | 4.8/5 | D'après l'ensemble des avis |
|  Fonctionnalités | 4.8/5 | D'après l'ensemble des avis |
| Pourcentage de recommandation | 90% | (9/10 Probabilité de recommander le produit) |

## À propos de l'éditeur

- **Société**: Git
- **Pays**: Brooklyn, É.-U.

## Contexte commercial

- **Prix à partir de**: 0,01 $US
- **Type de licence**:  (Version gratuite disponible) (pendant l'essai gratuit)
- **Public cible**: Auto-entrepreneur, 2–10, 11–50, 51–200, 201–500, 501–1 000, 1 001–5 000, 5 001–10 000, 10 000+
- **Déploiement et plateformes**: Cloud, SaaS, web, Mac (ordinateur), Windows (ordinateur)
- **Langues**: anglais
- **Pays disponibles**: États-Unis

##  Fonctionnalités

- Examen du code
- Gestion de versions
- Suivi des bugs

## Intégrations (1 au total)

- GitHub

## Ressources d'aide

- Service client/e-mail
- FAQ/forums
- Base de connaissances

## Category

- [Logiciels de gestion du code source](https://www.capterra.fr/directory/31420/source-code-management/software)

##  Logiciels similaires

1. [Apache Subversion](https://www.capterra.fr/software/177270/apache-subversion) — 4.1/5 (49 reviews)
2. [FlexNet Code Aware](https://www.capterra.fr/software/208699/flexnet-code-aware) (0 reviews)
3. [Nova](https://www.capterra.fr/software/1031874/nova) — 5.0/5 (1 reviews)
4. [abc](https://www.capterra.fr/software/1026917/abc) (0 reviews)

## Avis

### "Git - l'outil le plus utilisé" — 5.0/5

> **Barnabe** | *2 mai 2025* | Logiciels | Taux de recommandation : 10.0/10
> 
> **Avantages**: Git est exactement ce qu'il vous faut pour développer des logiciels. Il est évolutif et peut accueillir de 1 à 1 000 utilisateurs (voire plus). Il offre de nombreuses fonctionnalités et fonctionne très bien. De plus, grâce à sa popularité, il existe une documentation abondante en ligne.
> 
> **Inconvénients**: Parfois, faire une erreur lors de la mise à jour du code peut être compliqué et nécessite d'exécuter plusieurs commandes informatiques qui sont souvent bien trop complexes pour ce qu'elles sont réellement.

-----

### "Solide et sécurisé" — 4.0/5

> **Chuck** | *30 août 2025* | Services financiers | Taux de recommandation : 10.0/10
> 
> **Avantages**: Git est très fiable et sécurisé. La maintenance des versions de logiciels (ou de fichiers) est simple et facile à gérer.
> 
> **Inconvénients**: L'interface en ligne de commande est un peu difficile à maîtriser. Malgré toute la documentation disponible, l'utilisation des fonctionnalités avancées reste complexe.
> 
> Git est un outil formidable. Les bases sont faciles à apprendre. Il m'a fallu un certain temps pour déterminer les options et commandes nécessaires à certaines fonctionnalités avancées, mais une fois maîtrisées, elles fonctionnent exactement comme prévu.

-----

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

> **saheed** | *19 octobre 2025* | Services et technologies de l'information | Taux de recommandation : 10.0/10
> 
> **Avantages**: 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.
> 
> **Inconvénients**: 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.

-----

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

> **Utilisateur vérifié** | *2 mai 2026* | Services et technologies de l'information | Taux de recommandation : 10.0/10
> 
> **Avantages**: 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.
> 
> **Inconvénients**: 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.

-----

### "Sortez d'ici" — 3.0/5

> **Utilisateur vérifié** | *2 février 2021* | Logiciels | Taux de recommandation : 4.0/10
> 
> **Avantages**: Il est très facile de créer et d'initier une copie du référentiel
> 
> **Inconvénients**: Il est distribué de sorte qu'aucune sauvegarde n'est effectuée sur votre travail jusqu'à ce que vous le poussiez dans le référentiel, aucune organisation pour vous apporter une assistance, ne gère pas les dossiers vides (aucun avertissement n'est donné), pas de déplacement facile des fichiers avec l'historique d'un référentiel à un autre (tout en conservant l'historique dans le référentiel source), aucune vue pour contrôler vos actions - besoin de passer de votre IDE au web en CLI, chaque sous-module est présenté par numéro SHA et non par tag et version, si vous avez des sous-modules et vous faites git clone URI alors vous obtiendrez un dossier vide (pas d'avertissement à nouveau) car c'est la valeur par défaut. L'historique est stocké localement et consomme de l'espace disque (au lieu de se connecter au moins au serveur distant en option). À part CLI, il n'y a pas d'interface graphique officielle prise en charge. Il y a bien plus comme le besoin d'avoir un client gitlfs.
> 
> Il est facile de lui faire faire ce que vous voulez si vous connaissez tous les commutateurs et les options, vous ne recevrez pas d'avertissements si quelque chose échoue, vous devez passer du Web à l'IDE à la CLI pour que chacun vous aide à progresser dans la tâche. Bon pour l'open source tant que vous n'êtes pas celui qui gère le code.

-----

Page : 1/20\
Suivant: [Page suivante](https://www.capterra.fr/software/177211/git?page=2)

## Liens

- [Afficher sur Capterra](https://www.capterra.fr/software/177211/git)

## Cette page est disponible dans les langues suivantes.

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

-----

## Données structurées

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"Capterra France","address":{"@type":"PostalAddress","addressLocality":"Courbevoie","addressRegion":"IDF","postalCode":"92400","streetAddress":"20 avenue André Prothin Tour Europlaza 92400 Courbevoie - France"},"description":"Capterra France aide des millions d'utilisateurs à trouver le bon outil logiciel. Découvrez les avis, les notes, les infographies et les listes exhaustives de logiciels métiers.","email":"info@capterra.fr","url":"https://www.capterra.fr/","logo":"https://dm-localsites-assets-prod.imgix.net/images/capterra/logo-a9b3b18653bd44e574e5108c22ab4d3c.svg","@type":"Organization","@id":"https://www.capterra.fr/#organization","parentOrganization":"G2.com, Inc.","sameAs":["https://twitter.com/capterra","https://www.facebook.com/Capterra/","https://www.linkedin.com/company/capterra/","https://www.youtube.com/channel/UCDnHhVx7ZIZwcLQ3Enxji6A"]},{"name":"Git","description":"Système de contrôle des sources distribué qui aide les développeurs de logiciels à suivre et gérer plusieurs révisions d'un même projet.","url":"https://www.capterra.fr/software/177211/git","@type":"SoftwareApplication","@id":"https://www.capterra.fr/software/177211/git#software","applicationCategory":"BusinessApplication","publisher":{"@id":"https://www.capterra.fr/#organization"},"aggregateRating":{"@type":"AggregateRating","bestRating":5,"ratingCount":472,"ratingValue":4.8},"offers":{"price":"0.01","@type":"Offer","priceCurrency":"USD"},"operatingSystem":"Cloud, Apple, Windows"},{"@type":"FAQPage","@id":"https://www.capterra.fr/software/177211/git#faqs","mainEntity":[]},{"@type":"BreadcrumbList","itemListElement":[{"name":"Accueil","position":1,"item":"/","@type":"ListItem"},{"name":"Logiciels de gestion du code source","position":2,"item":"/directory/31420/source-code-management/software","@type":"ListItem"},{"name":"Git","position":3,"item":"/software/177211/git","@type":"ListItem"}],"@id":"https://www.capterra.fr/software/177211/git#breadcrumblist"}]}
</script>
