Cancel
You must select at least 2 products to compare!
Git Logo
Read 37 Git reviews
2,152 views|1,999 comparisons
95% willing to recommend
GitHub Logo
4,163 views|1,715 comparisons
100% willing to recommend
Comparison Buyer's Guide
Executive Summary

We performed a comparison between Git and GitHub based on real PeerSpot user reviews.

Find out in this report how the two Version Control solutions compare in terms of features, pricing, service and support, easy of deployment, and ROI.
To learn more, read our detailed Git vs. GitHub Report (Updated: May 2024).
787,033 professionals have used our research since 2012.
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pros
"Git is easy to use.""We use the tool to store codes.""The product is easy to use.""The best thing about this solution is that it can be learned very quickly, and used very easily.""The most valuable feature of Git is the ease of tracking in time what the snapshot of the code was at a particular moment. The versioning is good.""Git is a product everyone uses, so it's almost inescapable. I like the fact that there is a large ecosystem around it. You can bolt various graphical user interfaces onto it or sign up for various repositories like GitHub and AWS CodeCommit. Git has a large community, so there are lots of resources and knowledge bases you can use.""The setup process is pretty simple.""You can have a central code repository using Git and have local code branches."

More Git Pros →

"GitHub provides good time reduction and this is what I value the most.""Any complex banking can be handled very easily in GitHub. It allows us to integrate with tools like Grid, where we can merge and resolve conflicts without any hassle.""The control is the most valuable feature as developers can work on a single code.""This solution is very easy to use which I like about it. The capacity to own artifacts and share them with others is another good feature. You don't have to write all your code from scratch, you can use available templates and alter the code according to your needs.""We use GitHub instead of our regular shared drive. It offers instant access to shared folders as well as good security.""GitHub allows us the option to push files from a non-UA method or directly upload files from the UA. You can integrate GitHub with Jenkins to do CI/CD.""This product is very good for storing and versioning code.""GitHub have a built-in software application development environment and this has been most useful."

More GitHub Pros →

Cons
"I would like more documentation.""The UI can be more user-friendly.""The UI can be more user-friendly.""If another person raises a pull request under the same ID assigned to the previous person, and both parties modify the tool, their changes will be grouped together in the same request until it is closed, which is an issue.""It would be preferable if the updates could be completed at a faster pace.""The main problem for me is the frequent upgrades in the solution because every other upgrade is a minefield. When you do the upgrade, there is always something that doesn't work.""If the solution could provide more language support options such as Korean, it would be helpful.""About the configuration it is a little bit difficult, it can be improved."

More Git Cons →

"The UI is a little outdated, so that could be improved.""There could be more integration into Azure.""We want to incorporate management comments within GitHub, making it more like a product management tool. We haven't done that yet. Another change we're considering is migrating from GitHub to Azure DevOps, especially now that Microsoft has introduced it.""GitHub's issue management could be improved a little from an organization standpoint. It would be helpful to have the ability to organize a work board or a backlog more comprehensively. For organizations migrating to GitHub from arbitrary systems, it's a little bit of a headache to move on to that system.""There is a bit of a learning curve.""While using the solution when merging two code branches the code becomes a bit messy. This should be improved in the future.""It would be useful to have tutorial videos within the GitHub dashboard.""I would like a more graphical, user-friendly UI, to avoid writing so much code on cmd."

More GitHub Cons →

Pricing and Cost Advice
  • "We are using the open-source version, which is available free of charge."
  • "There are some extra costs to Git, but it depends on your use case."
  • "This is an open-source solution, so there are no licensing fees associated with it, and no extra, 'hidden' charges."
  • "Git is completely free."
  • "As a student, I didn't have to pay for the license."
  • "I am not required to pay due to the small number of users we have. We have a small user base, and we are not using the enterprise version."
  • "The tool is an open-source product."
  • "We use the open-source version."
  • More Git Pricing and Cost Advice →

  • "The private repositories are free, which is very good."
  • "It is open-source. There is no license for GitHub."
  • "The price of this solution is reasonable."
  • "If there are only 10 people using a particular repository, then GitHub is free. But if we increase the number of users, we need to pay the normal charge for GitHub."
  • "We have an enterprise licensing agreement, and I am not part of the finance department so I can't say how much it costs."
  • "I haven't had to pay anything for GitHub, I use the free version."
  • "The licensing model for GitHub is user-based. Whenever the new developer joins we have to get a new license and register their ID. The overall price of the solution is reasonable."
  • "The licensing model from GitHub is very clear."
  • More GitHub Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Version Control solutions are best for your needs.
    787,033 professionals have used our research since 2012.
    Questions from the Community
    Top Answer:You can have a central code repository using Git and have local code branches.
    Top Answer:Some challenges arise when Git is not used correctly, particularly in managing branches. It's easy to get lost, but these challenges can be overcome with proper management. A common advice is… more »
    Top Answer: The control is the most valuable feature as developers can work on a single code.
    Top Answer:We pay a subscription-based yearly licensing fee for the solution. If you buy extra support, you pay an additional cost.
    Top Answer:The solution's cost is high and should be reduced. Our company has a bundle product. Sometimes, people from outside our organization also need to collaborate with our code, and we need to integrate… more »
    Ranking
    4th
    out of 16 in Version Control
    Views
    2,152
    Comparisons
    1,999
    Reviews
    35
    Average Words per Review
    305
    Rating
    8.7
    3rd
    out of 16 in Version Control
    Views
    4,163
    Comparisons
    1,715
    Reviews
    56
    Average Words per Review
    359
    Rating
    8.6
    Comparisons
    Atlassian SourceTree logo
    Compared 36% of the time.
    Canonical Bazaar logo
    Compared 22% of the time.
    Surround SCM logo
    Compared 12% of the time.
    IBM Rational ClearCase logo
    Compared 10% of the time.
    Helix Core logo
    Compared 7% of the time.
    Snyk logo
    Compared 28% of the time.
    AWS CodeCommit logo
    Compared 12% of the time.
    Fortify on Demand logo
    Compared 12% of the time.
    Bitbucket logo
    Compared 11% of the time.
    Atlassian SourceTree logo
    Compared 10% of the time.
    Learn More
    Git
    Video Not Available
    Overview
    Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
    GitHub is a web-based Git repository hosting service. It offers all of the distributed revision control and source code management (SCM) functionality of Git as well as adding its own features. Unlike Git, which is strictly a command-line tool, GitHub provides a Web-based graphical interface and desktop as well as mobile integration. It also provides access control and several collaboration features such as bug tracking, feature requests, task management, and wikis for every project.
    Sample Customers
    Google, Facebook, Microsoft, Twitter, LinkedIn, Netflix, PostgreSQL, Android, Rails, QT, Gnome, Eclipse
    Dominion Enterprises, NASA, Braintree, SAP, CyberAgent
    Top Industries
    REVIEWERS
    Computer Software Company28%
    Financial Services Firm20%
    Comms Service Provider12%
    Manufacturing Company8%
    VISITORS READING REVIEWS
    Financial Services Firm15%
    Manufacturing Company14%
    Computer Software Company11%
    Healthcare Company8%
    REVIEWERS
    Computer Software Company20%
    Financial Services Firm18%
    Government9%
    Manufacturing Company7%
    VISITORS READING REVIEWS
    Computer Software Company13%
    Manufacturing Company11%
    Financial Services Firm11%
    Government7%
    Company Size
    REVIEWERS
    Small Business28%
    Midsize Enterprise21%
    Large Enterprise51%
    VISITORS READING REVIEWS
    Small Business18%
    Midsize Enterprise13%
    Large Enterprise69%
    REVIEWERS
    Small Business43%
    Midsize Enterprise9%
    Large Enterprise49%
    VISITORS READING REVIEWS
    Small Business22%
    Midsize Enterprise13%
    Large Enterprise65%
    Buyer's Guide
    Git vs. GitHub
    May 2024
    Find out what your peers are saying about Git vs. GitHub and other solutions. Updated: May 2024.
    787,033 professionals have used our research since 2012.

    Git is ranked 4th in Version Control with 37 reviews while GitHub is ranked 3rd in Version Control with 75 reviews. Git is rated 8.6, while GitHub is rated 8.6. The top reviewer of Git writes "A stable solution that can aid its users in maintaining all application developments ". On the other hand, the top reviewer of GitHub writes "Beneficial version control and continuous integration, but guides would be helpful". Git is most compared with Atlassian SourceTree, Canonical Bazaar, Surround SCM, IBM Rational ClearCase and Helix Core, whereas GitHub is most compared with Snyk, AWS CodeCommit, Fortify on Demand, Bitbucket and Atlassian SourceTree. See our Git vs. GitHub report.

    See our list of best Version Control vendors.

    We monitor all Version Control reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.