Compara esto con otras herramientasGuárdalo en tu tablero y evalúa tus opciones lado a lado.
Guardar en el tablero

GitHub Reseñas y Detalles del Producto

Estado del Perfil

Este perfil está actualmente gestionado por GitHub pero tiene funciones limitadas.

¿Eres parte del equipo de GitHub? Mejora tu plan para mejorar tu marca y atraer a los visitantes a tu perfil!

Precios

Precios proporcionados por GitHub.

Free for Individuals and Organizations

$0.00
1 users

Team

$4.00
1 users Por mes

Contenido Multimedia de GitHub

Demo GitHub - Manage your Organization
View and manage all repositories, packages, people, teams and more on the organization page.
Demo GitHub - GitHub2
GitHub2
Demo GitHub - GitHub3
GitHub3
Demo GitHub - The New GitHub Issues
Project management on the same platform where you develop
Demo GitHub - GitHub5
GitHub5
Imagen del Avatar del Producto

¿Has utilizado GitHub antes?

Responde algunas preguntas para ayudar a la comunidad de GitHub

Reseñas de GitHub (2,341)

Ver reseñas en video de 4
Reseñas

Reseñas de GitHub (2,341)

Ver reseñas en video de 4
4.7
Reseñas de 2,341

Resumen de Revisión

Generado usando IA a partir de reseñas reales de usuarios
Los usuarios elogian constantemente a GitHub por sus capacidades de colaboración fluida y control de versiones, que mejoran el trabajo en equipo y la gestión de proyectos. La interfaz intuitiva de la plataforma y su integración con herramientas de CI/CD agilizan los flujos de trabajo, facilitando a los equipos el seguimiento de cambios y la gestión del código. Sin embargo, algunos usuarios señalan que la curva de aprendizaje puede ser pronunciada para los principiantes, especialmente al tratar con funciones avanzadas.

Pros y Contras

Generado a partir de reseñas de usuarios reales
Ver Todos los Pros y Contras
Buscar reseñas
Filtrar Reseñas
Borrar resultados
Las reseñas de G2 son auténticas y verificadas.
Anastasia S.
AS
Engineering Operations Manager
Mediana Empresa (51-1000 empleados)
"Effortless Collaboration and Flexible Automation with GitHub"
¿Qué es lo que más te gusta de GitHub?

What I like most about GitHub is that it just makes collaboration feel easy. PRs, comments, reviews, actions etc all work nicely together and people usually already know how to use it, so adoption is not a huge battle.

I also like how flexible it is. You can automate a lot of things and connect it with pretty much everything, which is super useful from an ops/process perspective. Reseña recopilada por y alojada en G2.com.

¿Qué es lo que no te gusta de GitHub?

What I dislike is that once things get bigger, GitHub can become a bit messy and noisy. Notifications, permissions, workflows, Actions, integrations etc can get hard to manage if there isn’t good structure behind them. Also some admin/settings areas feel more confusing than they should be, especially when you compare them to how clean the core developer experience is. Reseña recopilada por y alojada en G2.com.

Dinesh S.
DS
Principal Engineer
Empresa (> 1000 empleados)
"Parallel Development and Fast CI/CD with GitHub Actions"
¿Qué es lo que más te gusta de GitHub?

Earlier, we used TFS to store our source code, but one limitation was that only one user could make changes to a particular object at a time. With GitHub, our whole team can work on the same object in parallel, with different developers making changes and then merging them smoothly.

For me, the biggest advantage of GitHub is the CI/CD pipelines we built using GitHub Actions. This keeps us deployment-ready as soon as development is ready—once we push to QA or UAT, and then to PROD, the deployment is completed almost immediately. Reseña recopilada por y alojada en G2.com.

¿Qué es lo que no te gusta de GitHub?

Since we’re a Data Engineering team that works directly with database objects, GitHub doesn’t natively support versioning those objects unless we rely on third-party tools like Flyway to store the source code and manage deployments. Reseña recopilada por y alojada en G2.com.

Nitin V.
NV
Social Media Manager
Pequeña Empresa (50 o menos empleados)
"Effortless Version Control with Fun Extras"
¿Qué es lo que más te gusta de GitHub?

I use GitHub for saving my college projects, tracking my code changes, and participating in open source contributions. GitHub helps me save my code versions, and if new changes break my functionality, I can revert to my previous version easily. I like the profile badges and the readme.md file, where developers can showcase their profiles. The badges we get are kinda fun, and it's like a badge of honor when we achieve something. The readme.md file is shown on our profile, where we can showcase our tech stack and stuff, and it looks good. It was easy to set up GitHub; I just followed a tutorial. I'd totally recommend GitHub to a friend or colleague, 10/10. Reseña recopilada por y alojada en G2.com.

¿Qué es lo que no te gusta de GitHub?

When I push code, I often get merge conflicts, and I believe this could be simplified because sometimes it is confusing. It could be merge conflict and pulling code from origin. Reseña recopilada por y alojada en G2.com.

Amar singh C.
AC
Founder & CEO
Transporte/Camiones/Ferrocarril
Mediana Empresa (51-1000 empleados)
"GitHub Actions and Copilot Make Our Deployments Fast and Reliable"
¿Qué es lo que más te gusta de GitHub?

For my company, GitHub is very important. We are currently a web- and physical office-based taxi and travels company, but we are expanding to a mobile platform. We use GitHub for our backend code and then integrate it with Render. We also publish our websites there for testing.

The most important part for us is GitHub Actions. Every time we edit the code, it automatically pushes and redeploys to Render. The webhook is also helpful, because we don’t need to push manually. During development, in a single day we may need to update code many times, so this saves my team effort and time. Branch protection is also good.

In development we add many features, like a bid system, so with new branches we can manage everything properly. We don’t need to make multiple repos for the same code. Pull requests are also very important because they allow my team’s senior engineers to review the changes from juniors before deployment, so it doesn’t cause us to repeat mistakes.

We also use GitHub Copilot, and it is very good and intelligent for coding; in my opinion it’s one of the best. The Actions tab also shows clearly if there is any issue in the code during deployment, and GitHub environment security is easy to manage. However, it is slightly deep if we want to change something: we first go to Settings, then Secrets, then Actions. I think it should be more direct. The suggested changes feature is also good. Reseña recopilada por y alojada en G2.com.

¿Qué es lo que no te gusta de GitHub?

Well, there are some big problems, especially with notifications. It’s natural that when many people are working and there are lots of updates, the notification section can become a real issue. Many times, important notifications get buried under simple ones like code push, etc., and we face this problem often. It’s good that it notifies us, and it also alerts us when there’s a critical bug in the code, but code push notifications can still bury the bug notifications.

Also, currently there is a delay in actions. When we deploy, many times it takes longer and feels slow. Previously it was fast, but in the last 2 to 3 months we’ve seen it taking more time and slowing down. Even when we publish the page, it takes time.

On the other hand, the GitHub remote repo is good for pushing files from a local PC to the repo. But when we try to upload files manually, we can only upload 100 files at a time. It’s normal to have more than 100 files in one go, even for backend work, like a ride-hailing backend.

Overall, I don’t find any major issue, and according to me GitHub is well developed in terms of tech and features, and it feels honest for most users. Still, some normal things are bad. They should give simple options like stopping push/update notifications, and make deployments fast again. Also, there are many new features in the UI, which is good, but it makes it harder to find the settings and features that I want. With time I can understand it as an engineer, but not as a founder. Reseña recopilada por y alojada en G2.com.

Aleksandra B.
AB
Technical Support Manager with Handsontable
Pequeña Empresa (50 o menos empleados)
"Free, Reliable Git Hosting with Simple UI, Workflows, and Flexible Repos"
¿Qué es lo que más te gusta de GitHub?

It is free to use, it has a history so I rely on it (things are not changing over night). You can have a public or a private repo for your project. You can easily run workflows free (so if one considers a VPS this is a better option for smaller scripts). Git is simple and easy to learn - you have commit history. There is an option to report issues and send pull requests. UI is simple and easy to learn. I never needed to contact their support as everything works well. There are no issues with the performance. The page is down from time to time but it is not a big deal. I also recently discovered that I can have code spaces that will allow me to affect my backend that saves a lot of time and money. I adore the fact that copilot (AI bot) is helping me some of my issues within the pull requests. Reseña recopilada por y alojada en G2.com.

¿Qué es lo que no te gusta de GitHub?

It was quite new to me (and a bit frustrating) that you cannot add a folder and see it in the structure (but this is how it works). Besides that I do not have any issues with GitHub. Reseña recopilada por y alojada en G2.com.

Anubhav K.
AK
I'm learning Data Analysis and Data Visuaization
Pequeña Empresa (50 o menos empleados)
"Colaboración eficiente con una curva de aprendizaje"
¿Qué es lo que más te gusta de GitHub?

Me encanta GitHub por su poderosa plataforma que facilita la gestión del código y la colaboración con desarrolladores de manera eficiente. Sus características de control de versiones y trabajo en equipo son fluidas, lo que hace que sea fácil gestionar el código, rastrear cambios y colaborar efectivamente. El uso de ramas y solicitudes de extracción permite que varios desarrolladores trabajen en el mismo proyecto sin conflictos, haciendo que sea sencillo revisar el código, sugerir mejoras y fusionar cambios de manera segura. También aprecio la integración con herramientas como VS Code, Docker y AWS, que agiliza los flujos de trabajo de codificación, prueba y despliegue. Cambiar a GitHub desde otra plataforma ha mejorado nuestro flujo de trabajo de desarrollo en general y ha hecho que la coordinación del equipo sea mucho más fluida. Reseña recopilada por y alojada en G2.com.

¿Qué es lo que no te gusta de GitHub?

GitHub a veces puede parecer complejo para los principiantes, especialmente al aprender comandos y flujos de trabajo de Git. La interfaz para gestionar problemas y proyectos también puede parecer abrumadora a veces. Reseña recopilada por y alojada en G2.com.

Maniram T.
MT
Student
Software de Computadora
Mediana Empresa (51-1000 empleados)
"Mejor colaboración en equipo con un potente control de versiones"
¿Qué es lo que más te gusta de GitHub?

Me gusta GitHub por sus increíbles características que hacen que el trabajo en equipo sea muy eficiente. El sistema de control de versiones me ayuda a rastrear todos los cambios anteriores que he hecho, gestionar el historial de código y me permite experimentar sin riesgo ni preocupación. Aprecio la interfaz limpia y las integraciones que facilitan el desarrollo, la revisión y el despliegue de proyectos, además el apoyo de la comunidad para GitHub es muy grande para ayudarnos cuando estamos atascados, así que uso GitHub todos los días para completar todas mis tareas y rastrear los cambios en mi código. Se integra fácilmente con mi IntelliJ y puedo implementar mis cambios directamente en GitHub desde el IDE. Reseña recopilada por y alojada en G2.com.

¿Qué es lo que no te gusta de GitHub?

No hay nada que no me guste de GitHub, pero a veces encuentro GitHub un poco abrumador, especialmente cuando trabajo con repositorios grandes. Siento que GitHub puede ser un poco caro para algunas funciones avanzadas y características de IA. Reseña recopilada por y alojada en G2.com.

Ricardo M.
RM
Senior Systems Engineer
Tecnología de la información y servicios
Mediana Empresa (51-1000 empleados)
"A Unified Platform for Modern, Transparent, and Efficient Software Delivery"
¿Qué es lo que más te gusta de GitHub?

GitHub’s biggest strength is how seamlessly it integrates source control, collaboration, and automation. Pull requests, code reviews, and Actions create a clean, reliable workflow that scales from small teams to enterprise environments. It’s the most efficient way to manage code with transparency and traceability. Reseña recopilada por y alojada en G2.com.

¿Qué es lo que no te gusta de GitHub?

The biggest downside is that some advanced features feel scattered across different menus, making them harder to discover. Permissions and repository settings can also be confusing in larger organizations, especially when mixing org‑level, team‑level, and repo‑level rules. These small friction points slow down onboarding and governance. Reseña recopilada por y alojada en G2.com.

Reda H.
RH
Senior Software Engineer
Pequeña Empresa (50 o menos empleados)
"Plataforma Indispensable para el Desarrollo Colaborativo"
¿Qué es lo que más te gusta de GitHub?

GitHub me ofrece un entorno muy fiable y fácil de manejar, lo que hace que su implementación sea rápida incluso en un nuevo proyecto o un nuevo equipo. Lo utilizo diariamente desde hace varios años en proyectos personales y profesionales, especialmente con stacks de Angular y .NET. Aprecio particularmente la gestión de ramas, el flujo de trabajo de Pull Requests y el sistema de revisión de código que permite intercambios claros y estructurados entre desarrolladores. GitHub Actions es también una gran ventaja, ya que me permite automatizar fácilmente los pipelines CI/CD directamente en la plataforma. Finalmente, la documentación y la comunidad son muy ricas, lo que facilita la resolución de problemas. Reseña recopilada por y alojada en G2.com.

¿Qué es lo que no te gusta de GitHub?

Aunque GitHub es muy completo, creo que la oferta gratuita podría mejorarse, especialmente aumentando el espacio disponible para GitHub Pages o ofreciendo más posibilidades de despliegue gratuito para los desarrolladores. El soporte al cliente no siempre es necesario gracias a la documentación, pero cuando se necesita, podría ser más rápido en algunos casos específicos. Reseña recopilada por y alojada en G2.com.

Abdelaziz A.
AA
Flutter Committee Member
Pequeña Empresa (50 o menos empleados)
"Interfaz limpia, integraciones sólidas y rendimiento confiable: GitHub aumenta la productividad"
¿Qué es lo que más te gusta de GitHub?

GitHub tiene una interfaz de usuario limpia y funcional, fuertes integraciones con herramientas como Jira y Slack, y un rendimiento confiable incluso con grandes repositorios. Los precios son razonables, aunque las características empresariales pueden ser costosas. El soporte y la incorporación son sólidos, con mucha documentación y recursos comunitarios. Las herramientas impulsadas por IA como Copilot mejoran la productividad y ayudan a detectar errores de manera eficiente. Lo uso todo el tiempo e implemento muchos proyectos fácilmente con él junto a mi equipo. Reseña recopilada por y alojada en G2.com.

¿Qué es lo que no te gusta de GitHub?

Lo que no me gusta de GitHub es que puede resultar abrumador para los nuevos usuarios, especialmente al gestionar grandes repositorios o múltiples ramas. Algunas funciones avanzadas, como las analíticas empresariales o las herramientas de gestión de proyectos, requieren planes de pago, lo cual puede ser costoso para equipos más pequeños. Reseña recopilada por y alojada en G2.com.

¿Preguntas sobre GitHub? Pregunta a usuarios reales o explora respuestas de la comunidad

Obtén respuestas prácticas, flujos de trabajo reales y pros y contras honestos de la comunidad de G2 o comparte tus ideas.

GU
Guest User
Última actividad hace 8 meses

¿Para qué se utiliza GitHub?

4 Votos positivos
8
Únete a la conversación
Mayank T.
MT
Mayank Tewari
Última actividad hace más de 5 años

¿Cómo hacer una versión adecuada en el sistema? La parte principal en la ramificación es un poco confusa.

2 Votos positivos
1
Únete a la conversación

Opciones de precios

Precios proporcionados por GitHub.

Free for Individuals and Organizations

$0.00
1 users

Team

$4.00
1 users Por mes

Enterprise

$21.00
1 Licenses Por mes
GitHub Comparaciones
Características de GitHub
Ensayo listo para la implementación
Integración
Extensible
Procesos y flujo de trabajo
Informes
Automatización
Informes y comentarios de los usuarios
Informes y comentarios del equipo
Historial de errores