15 ans à aider les entreprises françaises
à choisir le meilleur logiciel

Description de Git

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.

Qui utilise Git ?

Non fourni par l'éditeur

Git ne vous convainc pas tout à fait ? Comparer avec une alternative populaire

Git

Git

4,8 (443)
Prix introuvable
Version gratuite
Version d'essai gratuite
3
Intégrations introuvables
4,1 (443)
4,8 (443)
4,3 (443)
VS.
À partir de
Types de licence
Fonctionnalités
Intégrations
Facilité d'utilisation
Rapport qualité-prix
Service client
29,00 $US
mois
Version gratuite
Version d'essai gratuite
64
Intégrations introuvables
4,4 (1 053)
4,5 (1 053)
4,2 (1 053)

Alternatives à Git

GitLab
Fonctionnalités les mieux notées
Contrôle des sources
Contrôles/Permissions d'accès
Outils de collaboration
Kiuwan
Fonctionnalités les mieux notées
Examen du code
Fonctions pour développeurs
Sécurité des applications
Apache Subversion
Fonctionnalités les mieux notées
API
Gestion de versions
Trello
Fonctionnalités les mieux notées
Gestion des tâches
Outils de collaboration
Planification et programmation de projets
Mercurial
Fonctionnalités les mieux notées
Examen du code
Gestion de versions
Gestion des changements
Azure DevOps Server
Fonctionnalités les mieux notées
Contrôles/Permissions d'accès
Examen du code
Intégration continue
Assembla
Fonctionnalités les mieux notées
Gestion des tâches
Outils de collaboration
Reporting et suivi de projet
Visual Studio Code
Fonctionnalités les mieux notées
Examen du code
Gestion de versions
Intégrations de tiers
Open DevOps
Fonctionnalités les mieux notées
Gestion des tâches
Outils de collaboration
Reporting et suivi de projet

Avis sur Git

Note moyenne

Note globale
4,8
Facilité d'utilisation
4,1
Service client
4,3
Fonctionnalités
4,8
Rapport qualité-prix
4,8

Avis classés par taille de l'entreprise (nombre d'employés)

  • <50
  • 51-200
  • 201-1 000
  • >1 001

Trouver les avis classés par note

5
83%
4
15%
3
2%
Zie Mamadou
Zie Mamadou
Developpeur d'application (Côte d’Ivoire)
Utilisateur LinkedIn vérifié
Logiciels, 2–10 employés
Temps d'utilisation du logiciel : plus de deux ans
Source de l'avis

Git un outil de suivi de code

4,0 il y a 2 mois Nouveau

Commentaires : De façon générale Git est un excellent outil pour mieux collaborer et suivre un projet de developpement

Avantages :

Git est un outil qui vous permet de faire le suivi de votre code et également un outil collaboratif

Inconvénients :

Vous pouvez facilement supprimer un bloc de code dans votre éditeur de code, lors que les commits ne sont pas encore effectuées

João
João
Software Architect (R.-U.)
Utilisateur LinkedIn vérifié
Logiciels, 51–200 employés
Temps d'utilisation du logiciel : plus de deux ans
Source de l'avis

best of its kind

5,0 il y a 2 mois Nouveau

Avantages :

Git makes it easy to create and merge branches, very intuitive;Git is very fast, open source...

Inconvénients :

Git can be difficult to learn at first;Git is not ideal for storing large binary files, such as images and videos as it stores every version of these

Ernesto Enrique
Ernesto Enrique
Web Operations Manager & Co-Founder (Venezuela)
Utilisateur LinkedIn vérifié
Logiciels, 2–10 employés
Temps d'utilisation du logiciel : plus de deux ans
Source de l'avis

The solution to team programming

5,0 il y a 4 ans

Commentaires : My experience with GIT is better every day since it is a platform that I keep learning to use and the more I learn, the more I like it. I share code with my co-workers and when I work alone, it allows me to have my code updated and clean

Avantages :

Since I met GIT, life has become much easier for me at work. It is the perfect platform for teamwork, even if it is only for yourself because it helps you keep the code updated and ordered. With GIT you can version the work, having several alternatives of the same branch, add comments and keep the code clean. The platform compresses the code and helps you decrease time by uploading large amounts of changes very fast. There are tons of clients to handle GIT visually and many of them are free

Inconvénients :

The only thing I do not like is the documentation, when I have needed to consult information about some git command, I consult other web pages to clarify my doubts

Utilisateur vérifié
Utilisateur LinkedIn vérifié
Logiciels, 5 001–10 000 employés
Temps d'utilisation du logiciel : plus d'un an
Source de l'avis

Git out of here

3,0 il y a 3 ans

Commentaires : 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.

Avantages :

It's very easy to create and initiate a copy of the repository

Inconvénients :

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.

Anthony
Anthony
IT Technical Project Manager (R.-U.)
Utilisateur LinkedIn vérifié
Matériel informatique, 11–50 employés
Temps d'utilisation du logiciel : plus de deux ans
Source de l'avis

An absolute must for all developers, version control made easy

5,0 il y a 4 mois

Commentaires : We use Git to ensure all our code repositories are version controlled and in combination with something like GitHub/GitLab we can keep a secure offsite copy of our code that is central for all team members to pull and push theirs/others changes to/from.

Avantages :

Git is free, there are no costs to use Git for version control locally within your development environment, this makes it accessible to every member of the team. It is available for all operating sytems, Mac, Linux and Windows.

Inconvénients :

It can be difficult to work with from the command line, but thankfully mode Integrated Development Editors have GUI support that makes it easier. Also there are plenty of free resources for learning to use it.