---
description: ¿Qué piensan los usuarios de Git? Lee las reseñas y opiniones verificadas, descubre sus características y el nivel de usabilidad, consulta los precios y conoce las ventajas y desventajas de Git gracias a Capterra Costa Rica.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/capterra/og_logo-e5a8c001ed0bd1bb922639230fcea71a.png?auto=format%2Cenhance%2Ccompress
title: Git - Opiniones, precios y características - Capterra Costa Rica 2026
---

Breadcrumb: [Inicio](/) > [Herramientas de gestión de código fuente](/directory/31420/source-code-management/software) > [Git](/software/177211/git)

# Git

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

Página: 1 de 20\
Siguiente: [Página siguiente](https://www.capterra.co.cr/software/177211/git?page=2)

> Sistema de control de fuentes distribuidas que ayuda a los desarrolladores de software a supervisar y administrar múltiples revisiones del mismo proyecto.
> 
> Veredicto: 475 usuarios lo han valorado con **4.8/5**. De los mejores valorados en **Probabilidad de recomendación**.

-----

## Estadísticas y valoraciones rápidas

| Métrica | Calificación | Detalles |
| **En general** | **4.8/5** | 475 Opiniones |
| Facilidad de uso | 4.1/5 | Basado en las opiniones generales |
| Asistencia al cliente | 4.3/5 | Basado en las opiniones generales |
| Relación calidad-precio | 4.8/5 | Basado en las opiniones generales |
| Funciones | 4.8/5 | Basado en las opiniones generales |
| Porcentaje de recomendaciones | 90% | (9/10 Probabilidad de recomendación) |

## Sobre el proveedor

- **Empresa**: Git
- **Ubicación**: Brooklyn, EE. UU.

## Contexto comercial

- **Precio inicial**: USD 0,01
- **Modelo de precios**:  (versión gratuita disponible) (Prueba gratis)
- **Público objetivo**: Trabajador autónomo, 2-10, 11-50, 51-200, 201-500, 501-1 000, 1 001-5 000, 5 001-10 000, 10 000+
- **Despliegue y plataformas**: Cloud, SaaS, Web, Mac (desktop), Windows (desktop)
- **Idiomas admitidos**: inglés
- **Países disponibles**: Estados Unidos

## Funciones

- Control de versiones
- Revisión de código
- Seguimiento de errores

## Integraciones (en total: 1)

- GitHub

## Opciones de asistencia

- E-mail/Help Desk
- Preguntas frecuentes/foro
- Base de conocimientos

## Categoría

- [Herramientas de gestión de código fuente](https://www.capterra.co.cr/directory/31420/source-code-management/software)

## Alternativas

1. [Apache Subversion](https://www.capterra.co.cr/software/177270/apache-subversion) — 4.1/5 (49 reviews)

## Opiniones

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

> **Álvaro** | *6 de julio de 2026* | Tecnología y servicios de la información | Valoración de la recomendación: 10.0/10
> 
> **Puntos a favor**: 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.
> 
> **Puntos en contra**: 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 de octubre de 2025* | Tecnología y servicios de la información | Valoración de la recomendación: 10.0/10
> 
> **Puntos a favor**: 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.
> 
> **Puntos en contra**: 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 out of here" — 3.0/5

> **Usuario verificado** | *2 de febrero de 2021* | Software informático | Valoración de la recomendación: 4.0/10
> 
> **Puntos a favor**: It's very easy to create and initiate a copy of the repository
> 
> **Puntos en contra**: 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.

-----

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

> **Hrithik** | *13 de junio de 2026* | Servicios financieros | Valoración de la recomendación: 10.0/10
> 
> **Puntos a favor**: 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.
> 
> **Puntos en contra**: 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

> **Usuario anónimo** | *2 de diciembre de 2025* | Software informático | Valoración de la recomendación: 10.0/10
> 
> **Puntos a favor**: 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.
> 
> **Puntos en contra**: It can be a little bit tricky remembering the exact syntax of some of the more occasional commands required.

-----

Página: 1 de 20\
Siguiente: [Página siguiente](https://www.capterra.co.cr/software/177211/git?page=2)

## Enlaces

- [Ver en Capterra](https://www.capterra.co.cr/software/177211/git)

## Esta página se encuentra disponible en los siguientes idiomas

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

-----

## Datos estructurados

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"Capterra Costa Rica","address":{"@type":"PostalAddress","addressLocality":"Ciudad de México","addressRegion":"CMX","postalCode":"CP 11000","streetAddress":"Boulevard Manuel Ávila Camacho no. 36, Piso 10 Col. Lomas de Chapultepec CP 11000 México, D.F"},"description":"Capterra Costa Rica ayuda a millones de usuarios a encontrar el software adecuado. Descubre opiniones, valoraciones, infografías y las listas más exhaustivas de software empresarial.","email":"info@capterra.co.cr","url":"https://www.capterra.co.cr/","logo":"https://dm-localsites-assets-prod.imgix.net/images/capterra/logo-a9b3b18653bd44e574e5108c22ab4d3c.svg","@id":"https://www.capterra.co.cr/#organization","@type":"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":"Sistema de control de fuentes distribuidas que ayuda a los desarrolladores de software a supervisar y administrar múltiples revisiones del mismo proyecto.","url":"https://www.capterra.co.cr/software/177211/git","@id":"https://www.capterra.co.cr/software/177211/git#software","@type":"SoftwareApplication","publisher":{"@id":"https://www.capterra.co.cr/#organization"},"applicationCategory":"BusinessApplication","aggregateRating":{"@type":"AggregateRating","ratingValue":4.8,"bestRating":5,"ratingCount":475},"offers":{"price":"0.01","@type":"Offer","priceCurrency":"USD"},"operatingSystem":"Cloud, Apple, Windows"},{"@id":"https://www.capterra.co.cr/software/177211/git#faqs","@type":"FAQPage","mainEntity":[{"name":"¿Qué es Git?","@type":"Question","acceptedAnswer":{"text":"Sistema de control de fuentes distribuidas que ayuda a los desarrolladores de software a supervisar y administrar múltiples revisiones del mismo proyecto.","@type":"Answer"}}]},{"@id":"https://www.capterra.co.cr/software/177211/git#breadcrumblist","@type":"BreadcrumbList","itemListElement":[{"name":"Inicio","position":1,"item":"/","@type":"ListItem"},{"name":"Herramientas de gestión de código fuente","position":2,"item":"/directory/31420/source-code-management/software","@type":"ListItem"},{"name":"Git","position":3,"item":"/software/177211/git","@type":"ListItem"}]}]}
</script>
