Cancel
You must select at least 2 products to compare!
Git Logo
Read 37 Git reviews
2,190 views|2,035 comparisons
95% willing to recommend
GitHub Logo
4,316 views|1,768 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).
772,422 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.""The initial setup is very easy.""I believe it is beneficial to maintain a detailed log or history of who did what to a project and which user committed to the change.""So far, the product has been stable. Stability-wise, I rate the solution an eight to nine out of ten.""Git is a stable solution. Stability-wise, I rate the solution a ten out of ten.""I like Git's merging feature. For example, say there is an instance where I am working on the same code as another developer. Git automatically merges the work of two developers on the same file. If I'm working on line 50 and he's working on 60, and we both commit, it mergest automatically.""I like that it's easy to use and because it's accessible from a terminal or a graphical user interface if needed. I also like that we can pass comments from Linux if required.""It is a pretty standard product with features like git clone and development branches."

More Git Pros →

"If you want to share documents, you can create articles and diagrams with GitHub and share.""GitHub have a built-in software application development environment and this has been most useful.""We use GitHub instead of our regular shared drive. It offers instant access to shared folders as well as good security.""GitHub's source code management is top-notch. It's easy to inspect changes and visualize code and differences. Their action system is comprehensive in terms of making changes and automation.""A great feature is being able to have different repositories and different kinds of projects in a single solution at a single time. It's just a click away.""The Projects Tab, which shows you the todo list and the progress for projects, is very helpful.""The deployment is fast since we just have to run the script, and once it's done, it takes a few minutes.""The most valuable feature is help offered by the community for open-source projects."

More GitHub Pros →

Cons
"I would like more documentation.""The platform could have a feature for monitoring data recovery similar to Azure.""There is room for improvement in the pricing model of Git.""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 file changes are on the same line, we need to resolve a merge conflict manually. Let's say there is a merge conflict on line 50 because we have multiple commits on the same line number. Git could add some artificial intelligence to resolve the conflict automatically.""The GUI needs to be improved.""The solution could be more user-friendly.""The price could be improved."

More Git Cons →

"I would want to see some form of code security scanning implemented.""GitHub should provide more integration in their next release, including integrating with Jenkins, CI/CD and Jira.""The storage for this solution could be improved.""They're improving the work items to track the progress of the team, but in my experience, Azure DevOps is better in this functionality. GitHub needs to improve the form to track the progress of the work done by a team.""We face issues with synchronization while working with teams.""I decided not to use GitHub but developed my tool because I found it more efficient. I'm familiar with my tools, making them easier to use. I like being able to customize them to fit my workflow and the way I think.. Software development is like a personal workshop, and I tailor my version control to match my approach.""I think it would be valuable to have more security. Some of the data is very open to everyone.""The stability can be improved."

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.
    772,422 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:The tool is not expensive. I rate the pricing a three or four out of ten on a scale where one is cheap and ten is expensive.
    Top Answer:I would like to see less updates with the product.
    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,190
    Comparisons
    2,035
    Reviews
    33
    Average Words per Review
    300
    Rating
    8.6
    3rd
    out of 16 in Version Control
    Views
    4,316
    Comparisons
    1,768
    Reviews
    48
    Average Words per Review
    332
    Rating
    8.6
    Comparisons
    Atlassian SourceTree logo
    Compared 36% of the time.
    Canonical Bazaar logo
    Compared 22% of the time.
    IBM Rational ClearCase logo
    Compared 11% of the time.
    Surround SCM logo
    Compared 11% of the time.
    Helix Core logo
    Compared 8% of the time.
    Snyk logo
    Compared 26% of the time.
    AWS CodeCommit logo
    Compared 12% of the time.
    Bitbucket logo
    Compared 11% of the time.
    Fortify on Demand 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 Business21%
    Midsize Enterprise13%
    Large Enterprise66%
    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.
    772,422 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 74 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, IBM Rational ClearCase, Surround SCM and Helix Core, whereas GitHub is most compared with Snyk, AWS CodeCommit, Bitbucket, Fortify on Demand 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.