---
description: Gedetailleerde beoordelingen over GitHub: functies, prijzen, gebruiksgemak en scores. Met een duidelijk overzicht van de plus- en minpunten. Vergelijk GitHub met soortgelijke producten.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/getapp/og_logo-94fd2a03a6c7a0e54fc0c9e21a1c0ce9.png
title: GitHub reviews, prijzen en scores | GetApp Nederland 2026
---

Breadcrumb: [Startpagina](/) > [Issue tracking software](/directory/580/issue-tracking/software) > [GitHub](/software/90537/github)

# GitHub

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

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

> GitHub is een plek om code te delen met vrienden, collega's, klasgenoten en volledige vreemden, waardoor individuen en teams sneller, betere code kunnen schrijven.
> 
> Verdict: Rated **4.8/5** by 6148 users. Top-rated for **Waarschijnlijkheid van aanbeveling**.

-----

## Quick Stats & Ratings

| Metric | Score | Detail |
| **In totaal** | **4.8/5** | 6148 Reviews |
| Gebruiksgemak | 4.4/5 | Based on overall reviews |
| Klantenondersteuning | 4.3/5 | Based on overall reviews |
| Prijs-kwaliteitverhouding | 4.6/5 | Based on overall reviews |
| Functies | 4.7/5 | Based on overall reviews |
| Recommendation percentage | 90% | (9/10 Waarschijnlijkheid van aanbeveling) |

## Over de leverancier

- **Bedrijf**: Microsoft
- **Locatie**: Redmond, VS
- **Founded**: 1975

## Commercial Context

- **Beginprijs**: US$ 4,00
- **Prijsmodel**:  (Free version available) (Gratis proef)
- **Target Audience**: Zelfstandig ondernemer, 2-10, 11-50, 51-200, 201-500, 501-1.000, 1.001-5.000
- **Deployment & Platforms**: Cloud, SaaS, Web, Mac (desktop), Windows (desktop), Windows (lokaal), Linux (lokaal), Android (mobiel), iPhone (mobiel), iPad (mobiel)
- **Ondersteunde talen**: Engels
- **Available Countries**: Australië, Belarus, België, Brazilië, Bulgarije, Canada, China, Denemarken, Duitsland, Egypte, Estland, Finland, Frankrijk, Hongarije, IJsland, India, Indonesië, Irak, Italië, Japan and 27 more

## Functies

- @mentions
- Agile-methodiek
- Automated Testing
- Backlog-beheer
- Bewaking
- Broncode scannen
- Bronnenbeheer
- Bugs/problemen opsporen
- Dashboard
- Doorlopende integratie
- Doorlopende ontwikkeling
- Feedbackbeheer
- For Small Businesses
- Fouten bijhouden
- Foutopsporing
- Gegevens importeren en exporteren
- Geïntegreerde ontwikkelomgeving
- Grafische gebruikersinterface
- Meerdere projecten
- Meerdere talen scannen

## Integrations (13 total)

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

## Ondersteuningsopties

- E-mail/helpdesk
- Veelgestelde vragen/forum
- Kennisbank

## Categorie

- [Issue tracking software](https://www.getapp.nl/directory/580/issue-tracking/software)

## Gerelateerde categorieën

- [Issue tracking software](https://www.getapp.nl/directory/580/issue-tracking/software)
- [Bug tracking software](https://www.getapp.nl/directory/1003/bug-tracking/software)
- [Source code management software](https://www.getapp.nl/directory/1477/source-code-management/software)
- [App development software](https://www.getapp.nl/directory/370/application-development/software)
- [Project management software voor de non-profitsector](https://www.getapp.nl/directory/2875/project-management-software-for-nonprofits/software)

## Alternatieven

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

## Reviews

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

> **Pratik** | *2 maart 2025* | Informatietechnologie en -diensten | Recommendation rating: 10.0/10
> 
> **Pluspunten**: 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.
> 
> **Minpunten**: 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 september 2025* | Computersoftware | Recommendation rating: 10.0/10
> 
> **Pluspunten**: 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
> 
> **Minpunten**: 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

> **Geverifieerde reviewer** | *24 augustus 2024* | Detailhandel | Recommendation rating: 2.0/10
> 
> **Pluspunten**: Nothing. I couldn't figure out how to use it.
> 
> **Minpunten**: 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 december 2025* | Marketing en reclame | Recommendation rating: 9.0/10
> 
> **Pluspunten**: 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.
> 
> **Minpunten**: 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 mei 2025* | Financiële dienstverlening | Recommendation rating: 9.0/10
> 
> **Pluspunten**: 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.
> 
> **Minpunten**: 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\
Volgende: [Next page](https://www.getapp.nl/software/90537/github?page=2)

## Links

- [View on GetApp](https://www.getapp.nl/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 Nederland","address":{"@type":"PostalAddress","addressLocality":"Amsterdam","addressRegion":"NH","postalCode":"1101","streetAddress":"De Entree 79 1101 BH Amsterdam Nederland"},"description":"Beoordeel, vergelijk en evalueer software voor het kleinbedrijf. GetApp Nederland biedt software, SaaS- en cloudapps, onafhankelijke evaluaties en reviews.","email":"info@getapp.nl","url":"https://www.getapp.nl/","logo":"https://dm-localsites-assets-prod.imgix.net/images/getapp/getapp-logo-light-mode-5f7ee07199c9b3b045bc654a55a2b9fa.svg","@id":"https://www.getapp.nl/#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":"GitHub is een plek om code te delen met vrienden, collega's, klasgenoten en complete vreemden. Meer dan een miljoen mensen gebruiken GitHub om samen geweldige dingen te bouwen. Met de samenwerkingsfuncties van de website van GitHub, desktop- en mobiele apps en GitHub Enterprise, helpt het ontwikkelingsplatform individuen en teams om sneller betere code te schrijven.\n\nVan open source tot business, gebruikers kunnen code hosten en beoordelen, projecten beheren en software bouwen samen met miljoenen andere ontwikkelaars. GitHub brengt teams samen om problemen op te lossen, ideeën uit te werken en onderweg van elkaar te leren. Op GitHub zijn lichtgewicht code beoordelingstools ingebouwd in elk pull-verzoek. \n\nTeams kunnen beoordelingsprocessen aanmaken die de kwaliteit van de code verbeteren en netjes in de workflow passen. Projectmanagers en ontwikkelaars kunnen hun werk op één plek coördineren, volgen en bijwerken, zodat projecten transparant en op schema blijven. Gebruikers kunnen het proces bijstellen als het team verandert, tools bijwerken naarmate de technologieën evolueren, en nieuwe manieren vinden om beter te werken.","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/dad8e087-6319-4ad0-ac12-4107e99331b6.png","url":"https://www.getapp.nl/software/90537/github","@id":"https://www.getapp.nl/software/90537/github#software","@type":"SoftwareApplication","applicationCategory":"BusinessApplication","publisher":{"@id":"https://www.getapp.nl/#organization"},"aggregateRating":{"@type":"AggregateRating","bestRating":5,"ratingValue":4.8,"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.nl/software/90537/github#breadcrumblist","@type":"BreadcrumbList","itemListElement":[{"name":"Startpagina","position":1,"item":"/","@type":"ListItem"},{"name":"Issue tracking software","position":2,"item":"/directory/580/issue-tracking/software","@type":"ListItem"},{"name":"GitHub","position":3,"item":"/software/90537/github","@type":"ListItem"}]}]}
</script>
