---
description: Avaliações detalhadas do GitHub com base nos recursos, preços, facilidade de utilização e classificações. Veja rapidamente as vantagens e desvantagens as no GetApp Portugal. Compare o GitHub com produtos similares.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/getapp/og_logo-94fd2a03a6c7a0e54fc0c9e21a1c0ce9.png
title: GitHub - Avaliações, preços e classificações | GetApp Portugal 2026
---

Breadcrumb: [Home](/) > [Sistemas de Monitoramento de Problemas](/directory/580/issue-tracking/software) > [GitHub](/software/90537/github)

# GitHub

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

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

> O GitHub é um local para compartilhar código com amigos, colegas de trabalho, colegas de classe e desconhecidos, ajudando indivíduos e equipes a escrever um código mais rápido e melhor.
> 
> Verdict: Rated **4.8/5** by 6148 users. Top-rated for **Probabilidade de recomendação**.

-----

## Quick Stats & Ratings

| Metric | Classificação | Detail |
| **Geral** | **4.8/5** | 6148 Avaliações |
| Praticidade | 4.4/5 | Based on overall reviews |
| Suporte ao cliente | 4.3/5 | Based on overall reviews |
| Relação qualidade/preço | 4.6/5 | Based on overall reviews |
| Recursos | 4.7/5 | Based on overall reviews |
| Recommendation percentage | 90% | (9/10 Probabilidade de recomendação) |

## Sobre o fornecedor

- **Empresa**: Microsoft
- **Location**: Redmond, EUA
- **Founded**: 1975

## Commercial Context

- **Preço inicial**: 4,00 US$
- **Modelo de preços**:  (Free version available) (Teste Grátis)
- **Target Audience**: Profissional autônomo, 2 - 10, 11 - 50, 51 - 200, 201 - 500, 501 - 1 000, 1 001 - 5 000
- **Deployment & Platforms**: Nuvem, SaaS, baseado na web, Mac (desktop), Windows (desktop), Windows (local), Linux (local), Android (celular), iPhone (celular), iPad (tablet)
- **Idiomas**: inglês
- **Available Countries**: Alemanha, Arábia Saudita, Austrália, Bielorrússia, Brasil, Bulgária, Bélgica, Canadá, China, Coreia do Sul, Croácia, Dinamarca, Egito, Espanha, Estados Unidos, Estónia, Finlândia, França, Hungria, Indonésia and 27 more

## Recursos

- @menções
- Ambiente de desenvolvimento integrado
- Autenticação
- Automated Testing
- Comentários/notas
- Controle de fonte
- Controle de marcos
- Controle de versões
- Controle do progresso de tarefas
- Controles/permissões de acesso
- Depuração
- Detecção de bugs/erros
- Escaneamento multi-idiomas
- Ferramentas de colaboração
- For Small Businesses
- Gerenciamento de comentários
- Gestão de pendências
- Gestão de projetos
- Gestão de tarefas
- Gestão de tíquetes

## Integrations (13 total)

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

## Opções de suporte

- Email/Help Desk
- FAQs/Fórum
- Base de conhecimento

## Category

- [Sistemas de Monitoramento de Problemas](https://www.getapp.pt/directory/580/issue-tracking/software)

## Categorias relacionadas

- [Sistemas de Monitoramento de Problemas](https://www.getapp.pt/directory/580/issue-tracking/software)
- [Software de Controle de Erros de Programação](https://www.getapp.pt/directory/1003/bug-tracking/software)
- [Software de Gestão de Código-Fonte](https://www.getapp.pt/directory/1477/source-code-management/software)
- [Programas para Desenvolver Aplicativos](https://www.getapp.pt/directory/370/application-development/software)
- [Software de Gestão de Projetos sem Fins Lucrativos](https://www.getapp.pt/directory/2875/project-management-software-for-nonprofits/software)

## Avaliações

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

> **Pratik** | *2 de março de 2025* | Serviços e tecnologia da informação | Recommendation rating: 10.0/10
> 
> **Vantagens**: 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.
> 
> **Desvantagens**: 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 de setembro de 2025* | Software | Recommendation rating: 10.0/10
> 
> **Vantagens**: 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
> 
> **Desvantagens**: 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

> **Avaliador Verificado** | *24 de agosto de 2024* | Varejistas | Recommendation rating: 2.0/10
> 
> **Vantagens**: Nothing. I couldn't figure out how to use it.
> 
> **Desvantagens**: 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 de dezembro de 2025* | Publicidade e marketing | Recommendation rating: 9.0/10
> 
> **Vantagens**: 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.
> 
> **Desvantagens**: 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 de maio de 2025* | Serviços financeiros | Recommendation rating: 9.0/10
> 
> **Vantagens**: 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.
> 
> **Desvantagens**: 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\
Seguinte: [Next page](https://www.getapp.pt/software/90537/github?page=2)

## Links

- [View on GetApp](https://www.getapp.pt/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 Portugal","address":{"@type":"PostalAddress","addressLocality":"Lisbon","addressRegion":"Lisbon","postalCode":"2770-071","streetAddress":"Quinta da Fonte Rua dos Malhões Edifício D. Pedro I Paço D'Arcos, 2770-071 Lisboa Portugal"},"description":"Avalie, compare e classifique os softwares para pequenas empresas. O GetApp Portugal oferece softwares, aplicativos de SaaS e nuvem, e avaliações independentes.","email":"info@getapp.pt","url":"https://www.getapp.pt/","logo":"https://dm-localsites-assets-prod.imgix.net/images/getapp/getapp-logo-light-mode-5f7ee07199c9b3b045bc654a55a2b9fa.svg","@id":"https://www.getapp.pt/#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/","https://www.instagram.com/getappcom/","https://www.youtube.com/c/GetAppCom"]},{"name":"GitHub","description":"O GitHub é um local para compartilhar código com amigos, colegas de trabalho, colegas de classe e desconhecidos. Mais de um milhão de pessoas usam o GitHub para criar coisas incríveis em conjunto. Com os recursos colaborativos do GitHub.com, aplicativos móveis e de desktop e GitHub Enterprise, a plataforma de desenvolvimento ajuda indivíduos e equipes a escrever um código melhor, mais rapidamente.\n\nDe código aberto a negócios, os usuários podem hospedar e revisar códigos, gerenciar projetos e criar softwares em conjunto com milhões de outros desenvolvedores. O GitHub reúne equipes para trabalhar em problemas, levar ideias adiante e aprender uns com os outros ao longo do caminho. No GitHub, ferramentas leves de avaliação de código são integradas a cada solicitação pull. \n\nAs equipes podem criar processos de avaliação que melhoram a qualidade do código e se encaixam ao fluxo de trabalho. Gerentes de projeto e desenvolvedores podem coordenar, acompanhar e atualizar seu trabalho em um só lugar, para que os projetos permaneçam transparentes e dentro do cronograma. Os usuários podem ajustar o processo à medida que a equipe muda, atualizar ferramentas à medida que as tecnologias mudam e encontrar novas maneiras de trabalhar melhor.","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/dad8e087-6319-4ad0-ac12-4107e99331b6.png","url":"https://www.getapp.pt/software/90537/github","@id":"https://www.getapp.pt/software/90537/github#software","@type":"SoftwareApplication","publisher":{"@id":"https://www.getapp.pt/#organization"},"applicationCategory":"BusinessApplication","aggregateRating":{"@type":"AggregateRating","ratingValue":4.8,"bestRating":5,"ratingCount":6148},"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.pt/software/90537/github#breadcrumblist","@type":"BreadcrumbList","itemListElement":[{"name":"Home","position":1,"item":"/","@type":"ListItem"},{"name":"Sistemas de Monitoramento de Problemas","position":2,"item":"/directory/580/issue-tracking/software","@type":"ListItem"},{"name":"GitHub","position":3,"item":"/software/90537/github","@type":"ListItem"}]}]}
</script>
