Software Alternatives & Reviews

GitHub VS TortoiseGit

Compare GitHub VS TortoiseGit and see what are their differences

GitHub logo GitHub

Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.

TortoiseGit logo TortoiseGit

TortoiseGit is an easy to use client for the Git distributed revision control system.
  • GitHub Landing page
    Landing page //
    2023-10-05
  • TortoiseGit Landing page
    Landing page //
    2022-01-25

GitHub videos

How to do coding peer reviews with Github

More videos:

TortoiseGit videos

Reverting Incorrect Git Commits #2. Perform revert commit with TortoiseGIT. Review Changes

More videos:

  • Tutorial - How to Install TortoiseGit..? What is TortoiseGit..? Why Use TortoiseGit..?
  • Tutorial - TortoiseGit Tutorial 3: git add (staging) , commit and push

Category Popularity

0-100% (relative to GitHub and TortoiseGit)
Code Collaboration
93 93%
7% 7
Git
87 87%
13% 13
Git Tools
0 0%
100% 100
Developer Tools
100 100%
0% 0

User comments

Share your experience with using GitHub and TortoiseGit. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare GitHub and TortoiseGit

GitHub Reviews

  1. perfect 4 open Source

Let's Make Sure Github Doesn't Become the only Option
In GitHub’s early days, picking a single version control system could have legitimately been a way to focus the product. GitHub is big enough now that they could dedicate some time toward exploring other tools. But it’s not really GitHub’s job to do this. GitHub’s job is to make Microsoft money. Features that improve the lives of developers are incidental.
8 Best Replit Alternatives & Competitors in 2022 (Free & Paid) - Software Discover
Github is where over 73 million developers shape the future of software, together. Contribute to the open source community, manage your git repositories, review code like a pro, track bugs and features, power your CI/CD and DevOps workflows, and secure code before you commit it. Github: Where the world builds software · github.
Best Git GUI Clients of 2022: All Platforms Included
If your remote repository is at GitHub, then this tool will be the most useful for you. The software is basically an extension of your work-flow in GitHub. By simply login in using your GitHub account, you can start working on your repositories.
What is Artifactory?
GitHub has an impressive resume. They established the industry standard for source code collaboration tools, and GitHub's Version Control System, or VCS, may already be a key component of your development process. GitHub, which is now owned by Microsoft, is used by developers and, increasingly, operations, thanks to modern GitOps methods. With GitHub Actions for CI/CD and...
Ten Best SonarQube alternatives in 2021
GitHub is how humans build software programs. Thousands and thousands of individuals and businesses around the sector use GitHub to discover, percentage and contribute to software—from video games and experiments to famous frameworks and leading programs.
Source: duecode.io

TortoiseGit Reviews

Best Git GUI Clients of 2022: All Platforms Included
There are tools such as TortoiseGitMerge that help resolve conflicts and lets you see the changes you made to your files. It has a spell checker to log messages and auto-completion for keywords and paths. It’s also available in 30 different languages.
Boost Development Productivity With These 14 Git Clients for Windows and Mac
You are free to use TortoiseGit with any development programs that you prefer since it is not an IDE-specific integration for Eclipse, Visual Studio, and so on. It is perfect for large-scale DevOps projects since you can also integrate the tool with issue tracking systems.
Source: geekflare.com

Social recommendations and mentions

Based on our record, GitHub seems to be a lot more popular than TortoiseGit. While we know about 2038 links to GitHub, we've tracked only 32 mentions of TortoiseGit. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

GitHub mentions (2038)

  • Level Up Your Projects with GitHub Actions & CI/CD
    GitHub, as one of the leading web-based Git repository hosting service, provides a powerful suite of CI/CD tools in the form of GitHub Actions. These are directly integrated into the platform which empowers developers to increase the speed, efficiency and reliability of delivering products. In this brief article, we will take a look at what CI/CD is, why we should use it, as well as some of its applications in my... - Source: dev.to / 2 days ago
  • Version Control: Git Basics
    Head over to the GitHub website by clicking here, and register for an account. - Source: dev.to / 3 days ago
  • Github ARC Runners sur EKS - Assume roles
    GithubConfigUrl: "https://github.com/" GithubConfigSecret: "pre-defined-secret" MaxRunners: 100 RunnerScaleSetName: "arc-runner-set-arm" Template: metadata: annotations: karpenter.sh/do-not-disrupt: "true" spec: nodeSelector: kubernetes.io/arch: "arm64" serviceAccountName: arc-runner-base-role tolerations: - key: github/arm value: "true" effect: NoSchedule ... - Source: dev.to / 4 days ago
  • How To Create a Repository in GitHub
    The first step is to create a GitHub account. You can do it here. - Source: dev.to / 5 days ago
  • My Favorite DevTools to Build AI/ML Applications!
    Collaboration and version control are crucial in AI/ML development projects due to the iterative nature of model development and the need for reproducibility. GitHub is the leading platform for source code management, allowing teams to collaborate on code, track issues, and manage project milestones. DVC (Data Version Control) complements Git by handling large data files, data sets, and machine learning models... - Source: dev.to / 5 days ago
View more

TortoiseGit mentions (32)

  • I don't know why so many devs avoid a GUI for Git
    Sadly TortoiseGit[1] is only available for Windows :( git-cola[2] is a decent stand-in for TG's commit review window though. [1]: https://tortoisegit.org/ [2]: https://git-cola.github.io/. - Source: Hacker News / 5 months ago
  • Suggestions for portfolio projects.
    TortoiseGit Sourcetree Git kraken Some times you need to compare to files you can do this with the notpad++ compare plugin or with Meld. Source: about 1 year ago
  • GIT GUI tool or command line?
    Instead on my PC I use TortoiseGit. Most useful for the git log (as a graph), diff with previous versions,, filter files to commit by directory and ability to exclude files from the current commit, and most of all; ease of splitting a commit for each single file into parts by ability to "restore after commit" which allows you to edit a file before the commit and have it automatically restored to the pre-commit... Source: about 1 year ago
  • TexStudio - git integration for easy committing?
    If running TeXStudio in Windows, my personal preference is to keep the automatic check-in disabled and to use the manual one (File -> SVN/git -> Check in); this allows an individual commit message with the briefer abstract line, empty line, and the longer report. Perhaps it is less exhaustive then a proper git client (in Windows e.g., tortoise), yet TeXStudio' GUI and integrated version control allows to resolve... Source: about 1 year ago
  • Git-SIM: Visually simulate Git operations in your own repos with a single termi
    > We now have a large selection of tools that allow you to visualize what's going on (I use git-kraken), as well as google for help on doing something that isn't in muscle memory. Git Kraken is excellent, though Git has a page on various GUIs, many of which are free with no restrictions: https://git-scm.com/downloads/guis Personally, on Windows I like SourceTree: https://www.sourcetreeapp.com/ Some that have... - Source: Hacker News / over 1 year ago
View more

What are some alternatives?

When comparing GitHub and TortoiseGit, you can also consider the following products

GitLab - Create, review and deploy code together with GitLab open source git repo management software | GitLab

GitKraken - The intuitive, fast, and beautiful cross-platform Git client.

BitBucket - Bitbucket is a free code hosting site for Mercurial and Git. Manage your development with a hosted wiki, issue tracker and source code.

SmartGit - SmartGit is a front-end for the distributed version control system Git and runs on Windows, Mac OS...

Visual Studio Code - Build and debug modern web and cloud applications, by Microsoft

SourceTree - Mac and Windows client for Mercurial and Git.