TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Chrome DevTools

    Score9.7 out of 10
    N/AChrome DevTools is a set of authoring, debugging, and profiling tools built into Google Chrome.N/A

    GitHub

    Score9.2 out of 10
    N/AGitHub is a platform that hosts public and private code and provides software development and collaboration tools. Features include version control, issue tracking, code review, team management, syntax highlighting, etc. Personal plans ($0-50), Organizational plans ($0-200), and Enterprise plans are available.

    $4

    per month per user

    Pricing
    Chrome DevToolsGitHub
    Editions & Modules
    No answers on this topic
    Team
    $40
    per year per user
    Enterprise
    $210
    per year per user
    Offerings
    Pricing Offerings
    Chrome DevToolsGitHub
    Free Trial
    NoYes
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Chrome DevToolsGitHub
    Considered Both Products
    Google
    No answer on this topic
    GitHub
    Chose GitHub
    One biggest reason is that GitHub is popular and used by many so it is easy to get contributions this also means that most people are already familiar with using GitHub. GitLab does offer more features and has more rich pipelines with the free repository as well but GitHub is …
    Incentivized
    Chose GitHub
    The only other tool I have used is Tortoise SVN. That was helpful for not overriding other people's changes, but there was no way to really do a code review with it. We simply kept it so that we could have some history. GitHub makes it so much easier, as you do not need the app …
    Incentivized
    Key User Insights
    Would buy again
    100%
    Would buy again
    21 Answers
    96%
    Would buy again
    47 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    21 Answers
    98%
    Delivers good value for the price
    46 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    21 Answers
    98%
    Happy with the feature set
    48 Answers
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    15 Answers
    95%
    Lived up to sales and marketing promises
    38 Answers
    Implementation went as expected
    95%
    Implementation went as expected
    18 Answers
    100%
    Implementation went as expected
    42 Answers
    Features
    Chrome DevToolsGitHub
    Version Control Software Features
    Comparison of Version Control Software Features features of Chrome DevTools and GitHub
    Feature
    Chrome DevTools
    -
    Ratings
    GitHub
    9.4
    10 Ratings
    7% above category average
    Branching and Merging00 Ratings9.710 Ratings
    Version History00 Ratings9.710 Ratings
    Version Control Collaboration Tools00 Ratings9.89 Ratings
    Pull Requests00 Ratings9.710 Ratings
    Code Review Tools00 Ratings8.89 Ratings
    Project Access Control00 Ratings9.210 Ratings
    Automated Testing Integration00 Ratings8.810 Ratings
    Issue Tracking Integration00 Ratings8.910 Ratings
    Branch Protection00 Ratings9.89 Ratings
    Best Alternatives
    Chrome DevToolsGitHub
    Small Businesses
    No answers on this topic
    Git
    Score10 out of 10
    Medium-sized Companies
    No answers on this topic
    Git
    Score10 out of 10
    Enterprises
    No answers on this topic
    Perforce P4
    Score7.5 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Chrome DevToolsGitHub
    Likelihood to Recommend
    9.7
    (30 ratings)
    9.9
    (131 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    10.0
    (1 ratings)
    Usability
    9.5
    (7 ratings)
    9.4
    (10 ratings)
    Support Rating
    7.4
    (2 ratings)
    8.8
    (26 ratings)
    User Testimonials
    Chrome DevToolsGitHub
    Likelihood to Recommend
    Google
    Chrome DevTools are great for troubleshooting bugs, broken elements on pages, styling issues, responsiveness, identifying performance issues, third-party connections for data privacy, reviewing cookies and local storage, screenshots in different dimensions. Chrome DevTools are for technical users, so you do need to have a decent understanding of some basics like HTML and CSS to get started using them.
    Incentivized
    Read full review
    GitHub
    GitHub is an easy to go tool when it comes to Version Controlling, CI/CD workflows, Integration with third party softwares. It's effective for any level of CI/CD implementation you would like to. Also the the cost of product is also very competitive and affordable. As of now GitHub lacks capabilities when it comes to detailed project management in comparison to tools like Jira, but overall its value for money.
    Incentivized
    Read full review
    Pros
    Google
    • The Elements panel is usually our first port of call to inspect and modify HTML and CSS in real-time.
    • The Issues panel helps us to identify and resolve problems like cookie issues etc.
    • The console panel allows developers to see the log output created by their website in real-time.
    • Lighthouse helps us identify any issues with accessibility
    Incentivized
    Read full review
    GitHub
    • Version control: GitHub provides a powerful and flexible Git-based version control system that allows teams to track changes to their code over time, collaborate on code with others, and maintain a history of their work.
    • Code review: GitHub's pull request system enables teams to review code changes, discuss suggestions and merge changes in a central location. This makes it easier to catch bugs and ensure that code quality remains high.
    • Collaboration: GitHub provides a variety of collaboration tools to help teams work together effectively, including issue tracking, project management, and wikis.
    Read full review
    Cons
    Google
    • As one delves into DevTools, one encounters a gradually steeper learning curve. You can do a lot very quickly, but to fully utilize DevTools takes time as one explores what it can do.
    • With many new updates, tools and items are moved, and a comfortable workflow becomes a frustrating search. This often happens when following only slightly outdated tutorials on a given feature, even in Google's own documentation.
    • The experimental flags, settings, and options are scattered about and a little clunky to configure when one has to make changes in multiple places.
    Incentivized
    Read full review
    GitHub
    • Not an easy tool for beginners. Prior command-line experience is expected to get started with GitHub efficiently.
    • Unlike other source control platforms GitHub is a little confusing. With no proper GUI tool its hard to understand the source code version/history.
    • Working with larger files can be tricky. For file sizes above 100MB, GitHub expects the developer to use different commands (lfs).
    • While using the web version of GitHub, it has some restrictions on the number of files that can be uploaded at once. Recommended action is to use the command-line utility to add and push files into the repository.
    Read full review
    Likelihood to Renew
    Google
    No answers on this topic
    GitHub
    GitHub's ease of use and continued investment into the Developer Experience have made it the de facto tool for our engineers to manage software changes. With new features that continue to come out, we have been able to consolidate several other SaaS solutions and reduce the number of tools required for each engineer to perform their job responsibilities.
    Read full review
    Usability
    Google
    While Chrome DevTools are very powerful, it's not the easiest thing to use, as there are so many different tools built in. It takes some exploring to discover all the options possible within DevTools, but with a little exploring, the DevTools become a very powerful asset. Accessing the basic HTML and CSS inspection is very easy though, and that's the most common usage for the DevTools.
    Incentivized
    Read full review
    GitHub
    GitHub is a clean and modern interface. The underlying integrations make it smooth to couple tasks, projects, pull requests and other business functions together. The insights and reporting is really strong and is getting better with every release. GitHub's PR tooling is strong for being web based, i do believe a better code editor would rival having to pull merge conflicts into local IDE.
    Incentivized
    Read full review
    Support Rating
    Google
    I'm not entirely sure what to rate the support for DevTools, because I don't have any experience dealing with official customer support for DevTools. I would guess the primary support for DevTools would be in a Chrome forum. Typically if I have a question or issue, I am able to find an answer from doing a quick Google search. It's pretty widely used, so it's not difficult to find answers.
    Incentivized
    Read full review
    GitHub
    There are a ton of resources and tutorials for GitHub online. The sheer number of people who use GitHub ensures that someone has the exact answer you are looking for. The docs on GitHub itself are very thorough as well. You will often find an official doc along with the hundreds of independent tutorials that answers your question, which is unusual for most online services.
    Incentivized
    Read full review
    Alternatives Considered
    Google
    I find them pretty much the same, they have the same tools except Firefox doesn't provide the lighthouse functionality. I do prefer firefox's dark theme and colour palette. But I use Chrome Dev tools because of the Light house functionality that analyzes the page load and scores the website on desktop and mobile experience.
    Incentivized
    Read full review
    GitHub
    While I don't have very much experience with these 2 solutions, they're two of the most popular alternatives to GitHub. Bitbucket is from Atlassian, which may make sense for a team that is already using other Atlassian tools like Jira, Confluence, and Trello, as their integration will likely be much tighter. Gitlab on the other hand has a reputation as a very capable GitHub replacement with some features that are not available on GitHub like firewall tools.
    Incentivized
    Read full review
    Return on Investment
    Google
    • All positive, the tool is free so there's no need to spend money on it. Every return is positive.
    • A lot, their tools increases productivity due because it helps developers to create and test websites inside the browser.
    • Tools are intuitive so there's no need to invest in education on developers to learn these tools.
    Incentivized
    Read full review
    GitHub
    • Team collaboration significantly improved as everything is clearly logged and maintained.
    • Maintaining a good overview of items will be delivered wrt the roadmap for example.
    • Knowledge management and tracking. Over time a lot of tickets, issues and comments are logged. GitHub is a great asset to go back and review why x was y.
    Incentivized
    Read full review
    ScreenShots