---
description: GitHub : qu'en pensent les utilisateurs ? Lisez les avis sur GitHub, consultez ses différents prix, tarifs et abonnements ainsi que ses fonctionnalités.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/getapp/og_logo-94fd2a03a6c7a0e54fc0c9e21a1c0ce9.png
title: GitHub - Prix, tarif, abonnement et avis | GetApp France 2026
---

Breadcrumb: [Accueil](/) > [Logiciels de gestion des services d'assistance](/directory/580/issue-tracking/software) > [GitHub](/software/90537/github)

# GitHub

Canonical: https://www.getapp.fr/software/90537/github

Page: 1 / 247\
Suivant: [Next page](https://www.getapp.fr/software/90537/github?page=2)

> GitHub est un espace pour partager du code avec des amis, des collaborateurs, des camarades de classe et des inconnus, aidant ainsi les utilisateurs individuels et les équipes à rédiger plus vite et mieux.
> 
> Verdict: Rated **4.8/5** by 6148 users. Top-rated for **Probabilité de recommander le produit**.

-----

## Quick Stats & Ratings

| Metric | Notation | Detail |
| **Note globale** | **4.8/5** | 6148 Avis |
| Simplicité d’utilisation | 4.4/5 | Based on overall reviews |
| Support client | 4.3/5 | Based on overall reviews |
| Rapport qualité-prix | 4.6/5 | Based on overall reviews |
|  Fonctionnalités | 4.7/5 | Based on overall reviews |
| Recommendation percentage | 90% | (9/10 Probabilité de recommander le produit) |

## À propos de l'éditeur

- **Société**: Microsoft
- **Pays**: Redmond, É.-U.
- **Founded**: 1975

## Commercial Context

- **Prix à partir de**: 4,00 $US
- **Type de licence**:  (Free version available) (pendant l'essai gratuit)
- **Target Audience**: Auto-entrepreneur, 2–10, 11–50, 51–200, 201–500, 501–1 000, 1 001–5 000
- **Deployment & Platforms**: Cloud, SaaS, web, Mac (ordinateur), Windows (ordinateur), Windows (sur site), Linux (sur site), Android (mobile), iPhone (mobile), iPad (mobile)
- **Langues**: anglais
- **Available Countries**: Afrique du Sud, Allemagne, Arabie saoudite, Australie, Autriche, Belgique, Biélorussie, Brésil, Bulgarie, Canada, Chine, Corée du Sud, Croatie, Danemark, Espagne, Estonie, Finlande, France, Hongrie, Inde and 27 more

##  Fonctionnalités

- @mentions
- Analyse de code source
- Analyse de la vulnérabilité
- Analyse de plusieurs langues
- Authentification
- Automated Testing
- Autorisations basées sur les rôles
- Contrôle des sources
- Contrôles/Permissions d'accès
- Débogage
- Déploiement basé sur le web
- Déploiement continu
- Environnement de développement intégré
- Fonctions pour développeurs
- For Small Businesses
- Gestion de projets
- Gestion de versions
- Gestion des backlogs
- Gestion des billets
- Gestion des commentaires

## Integrations (13 total)

- CircleCI
- Git
- Heroku
- JIRA Service Management
- Jenkins
- Jira
- Microsoft Azure
- Microsoft Visual Studio
- Netlify
- Pivotal Tracker
- Slack
- Trello
- Visual Studio Code

## Ressources d'aide

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

## Category

- [Logiciels de gestion des services d'assistance](https://www.getapp.fr/directory/580/issue-tracking/software)

## Catégories connexes

- [Logiciels de gestion des services d'assistance](https://www.getapp.fr/directory/580/issue-tracking/software)
- [Logiciels de bug tracking](https://www.getapp.fr/directory/1003/bug-tracking/software)
- [Logiciels de gestion du code source](https://www.getapp.fr/directory/1477/source-code-management/software)
- [Logiciels de développement d'applications](https://www.getapp.fr/directory/370/application-development/software)
- [Logiciels de gestion de projet à but non lucratif](https://www.getapp.fr/directory/2875/project-management-software-for-nonprofits/software)

##  Logiciels similaires

1. [Zoho Projects](https://www.getapp.fr/software/9910/zoho-projects) — 4.5/5 (850 reviews)
2. [GitLab](https://www.getapp.fr/software/112635/gitlab) — 4.6/5 (1211 reviews)
3. [Bitbucket](https://www.getapp.fr/software/91554/bitbucket) — 4.6/5 (1343 reviews)
4. [Jira](https://www.getapp.fr/software/9953/jira) — 4.4/5 (15288 reviews)
5. [Wrike](https://www.getapp.fr/software/9964/wrike) — 4.4/5 (2878 reviews)

## Avis

### "Best code storage platform ever made" — 5.0/5

> **Pratik** | *2 mars 2025* | Services et technologies de l'information | Recommendation rating: 10.0/10
> 
> **Avantages**: It is a one of the best platform to store the code and allow team members to work on same project simultaneously without having conflicts.
> 
> **Inconvénients**: As I used git hub to store my store far more there was no cons I got for it, It was very easy to learn just had little tricky to understand UI to resolve conflicts which issue was resolved in git desktop (application of git hub).
> 
> I had great experience with Git hub which made my code easily available from any device, there was also in build deploy feature for static web application, It best and most recommended platform to learn.

-----

### "Github gets a thumbs up" — 5.0/5

> **Tony** | *22 septembre 2025* | Logiciels | Recommendation rating: 10.0/10
> 
> **Avantages**: Having used git locally for quite some time, github seemed the natural progression. I've tried other systems (BitBucket and GitLab and many many years ago SourceSafe which wasnt online, it was a LAN based product). I used github prior to its purchase by Microsoft and was pleased to see that whereas previously private repo's needed a paid account, since Microsofts purchase,  you can now have private repo's on their free service. Recently I've started getting into CI/CD and so have been getting involved in the Actions service, which gives you build time on their servers  for deployment. I'd used AWS previously for CI/CD and found the Github actions were far easier to set up and they provide a reasonable amount of processor minutes per month for free which I haven't yet breached so it's a free service there too\! Not only is it a remote repository for tracking changes and allowing multiple people to develop in the same system, it also provides a remote offsite backup of your source. As far as value for money is concerned, its brilliant because it's free but even if you go for the paid option, the last time I checked it was about £7 a month
> 
> **Inconvénients**: The secret variables that you can create in actions are a "write once, never see them again" system. Variables can be used in Actions to control what you want the build script to do based on which branch you are in - ie one variable might be created for the master branch for live builds and another for staging or dev builds. I know they are secrets but sometimes it can be really helpful to check what the value is to try to debug what might be happening in the build process (even if you echo the value during the build process, most of the output is replaced with \*\*\*\*). It would be useful to require re-entry of username/password and 2fa details and to then be shown the details - even if each variable needed to go through the same process
> 
> Overall its a good system, the best source control system I've used and whenever you search online for code, its github that tends to be the place other people use to store their open source contributions - you don't often see others being used, although I have seen GitLab more than anything else.

-----

### "Very Confusing to Use" — 2.0/5

> **Utilisateur vérifié** | *24 août 2024* | Vente au détail | Recommendation rating: 2.0/10
> 
> **Avantages**: Nothing. I couldn't figure out how to use it.
> 
> **Inconvénients**: It was very confusing - once I logged in, I could go no further
> 
> I was able to sign p easily, but after that I was totally lost

-----

### "Trustworthy repository hub of campaign technology." — 5.0/5

> **William** | *26 décembre 2025* | Marketing et publicité | Recommendation rating: 9.0/10
> 
> **Avantages**: I also prefer the ease with which changes can be reviewed, actions can be triggered and everyone can be coordinated in situations that require quick approvals on the campaign.
> 
> **Inconvénients**: I do not like that first structure and approvals may bewilder other team members who are not technical and I tend to take them through the fundamentals.
> 
> It has proved to be a reliable source of scripts, landing pages, and automation regarding our mobile campaigns without stalling the sales impetus.

-----

### "Great for Collaboration and Code Management" — 5.0/5

> **Bonface** | *3 mai 2025* | Services financiers | Recommendation rating: 9.0/10
> 
> **Avantages**: What I like most about GitHub is how seamless it makes collaboration across development teams. The ability to track changes through version control, manage branches, and open pull requests has really helped us maintain clean and organized codebases. The GitHub Actions automation feature also saves a lot of time during deployment. It’s reliable and easy to integrate with other tools we already use.
> 
> **Inconvénients**: One thing that can be a bit confusing, especially for newer team members, is the learning curve with Git commands and how branching works. While the platform itself is great, it sometimes assumes a certain level of experience with version control, which can slow things down for beginners. Also, the notifications can get overwhelming if you’re watching multiple repositories.
> 
> My experience with GitHub has been very positive overall. It’s a reliable platform for hosting code, managing projects, and collaborating with others. Whether I’m working solo or with a team, GitHub helps keep everything organized through issues, pull requests, and commits. Over time, it’s become a central part of my workflow, and it integrates well with other tools like VS Code and Slack. There’s a bit of a learning curve at the start, but once you get used to it, it really improves how you manage code.

-----

Page: 1 / 247\
Suivant: [Next page](https://www.getapp.fr/software/90537/github?page=2)

## Links

- [View on GetApp](https://www.getapp.fr/software/90537/github)

## This page is available in the following languages

| Locale | URL |
| de | <https://www.getapp.de/software/90537/github> |
| de-AT | <https://www.getapp.at/software/90537/github> |
| en | <https://www.getapp.com/it-management-software/a/github/> |
| en-AE | <https://www.getapp.ae/software/90537/github> |
| en-AU | <https://www.getapp.com.au/software/90537/github> |
| en-CA | <https://www.getapp.ca/software/90537/github> |
| en-GB | <https://www.getapp.co.uk/software/90537/github> |
| en-IE | <https://www.getapp.ie/software/90537/github> |
| en-NZ | <https://www.getapp.co.nz/software/90537/github> |
| en-SG | <https://www.getapp.sg/software/90537/github> |
| en-ZA | <https://www.getapp.za.com/software/90537/github> |
| es | <https://www.getapp.es/software/90537/github> |
| es-CL | <https://www.getapp.cl/software/90537/github> |
| es-CO | <https://www.getapp.com.co/software/90537/github> |
| es-MX | <https://www.getapp.com.mx/software/90537/github> |
| fr | <https://www.getapp.fr/software/90537/github> |
| fr-BE | <https://fr.getapp.be/software/90537/github> |
| fr-CA | <https://fr.getapp.ca/software/90537/github> |
| nl | <https://www.getapp.nl/software/90537/github> |
| nl-BE | <https://www.getapp.be/software/90537/github> |
| pt | <https://www.getapp.com.br/software/90537/github> |
| pt-PT | <https://www.getapp.pt/software/90537/github> |

-----

## Structured Data

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"GetApp France","address":{"@type":"PostalAddress","addressLocality":"Courbevoie","addressRegion":"IDF","postalCode":"92400","streetAddress":"20 avenue André Prothin Tour Europlaza 92400 Courbevoie - France"},"description":"Comparez et évaluez des logiciels métiers pour PME. GetApp France propose des offres de logiciels, des applications SaaS et cloud, des évaluations indépendantes et des avis d'utilisateurs.","email":"info@getapp.fr","url":"https://www.getapp.fr/","logo":"https://dm-localsites-assets-prod.imgix.net/images/getapp/getapp-logo-light-mode-5f7ee07199c9b3b045bc654a55a2b9fa.svg","@id":"https://www.getapp.fr/#organization","@type":"Organization","parentOrganization":"Gartner, Inc.","sameAs":["https://twitter.com/GetApp","https://www.facebook.com/GetAppcom","https://www.linkedin.com/company/getapp-com-a-gartner-company/"]},{"name":"GitHub","description":"GitHub est un espace pour partager du code avec des amis, des collaborateurs, des camarades de classe et des inconnus. Plus d'un million de personnes utilisent ce logiciel pour créer ensemble des choses incroyables. Dotée des fonctionnalités collaboratives de GitHub.com, d'applications pour ordinateurs de bureau et appareils mobiles et de GitHub Enterprise, la plateforme de développement aide les utilisateurs individuels et les équipes à rédiger du code de meilleure qualité, plus rapidement.\n\nDe l'open source aux entreprises, les utilisateurs peuvent héberger et réviser du code, gérer des projets et créer des logiciels aux côtés de millions d'autres développeurs. La plateforme réunit des équipes pour résoudre des problèmes, faire avancer des idées et apprendre progressivement les unes des autres. Sur GitHub, des outils de révision de code légers sont intégrés à chaque demande d'extraction. \n\nLes équipes peuvent créer des processus de révision qui améliorent la qualité du code et s'intègrent parfaitement dans le flux de travail. Les gestionnaires de projets et les développeurs peuvent coordonner, suivre et mettre à jour leur travail au même endroit, afin que les projets restent transparents et respectent les délais. Les utilisateurs peuvent ajuster le processus à mesure que l'équipe change, mettre à jour les outils selon l'évolution des technologies et trouver de nouvelles façons de mieux travailler.","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/dad8e087-6319-4ad0-ac12-4107e99331b6.png","url":"https://www.getapp.fr/software/90537/github","@id":"https://www.getapp.fr/software/90537/github#software","@type":"SoftwareApplication","applicationCategory":"BusinessApplication","publisher":{"@id":"https://www.getapp.fr/#organization"},"aggregateRating":{"@type":"AggregateRating","bestRating":5,"ratingCount":6148,"ratingValue":4.8},"offers":{"price":"4","@type":"Offer","priceCurrency":"USD"},"operatingSystem":"Cloud, Apple, Windows, Windows on premise, Linux on premise, Android, Platform ios, Platform ipad"},{"@id":"https://www.getapp.fr/software/90537/github#breadcrumblist","@type":"BreadcrumbList","itemListElement":[{"name":"Accueil","position":1,"item":"/","@type":"ListItem"},{"name":"Logiciels de gestion des services d'assistance","position":2,"item":"/directory/580/issue-tracking/software","@type":"ListItem"},{"name":"GitHub","position":3,"item":"/software/90537/github","@type":"ListItem"}]}]}
</script>
