Software Alternatives, Accelerators & Startups

TortoiseGit

TortoiseGit is an easy to use client for the Git distributed revision control system.

TortoiseGit

TortoiseGit Reviews and Details

This page is designed to help you find out whether TortoiseGit is good and if it is the right choice for you.

Screenshots and images

  • TortoiseGit Landing page
    Landing page //
    2022-01-25

Features & Specs

  1. Integration with Windows File Explorer

    TortoiseGit integrates directly into the Windows File Explorer, allowing users to access Git commands via the context menu. This makes it convenient for users to manage repositories without the need for a separate Git client.

  2. User-Friendly Interface

    It provides a graphical user interface that is easier for beginners to use compared to the command line, making Git operations more approachable for users who may not be comfortable with terminal commands.

  3. Comprehensive Logging

    TortoiseGit offers detailed logs and history views, which can help users track changes, understand commits, and revert to previous states more intuitively.

  4. Drag-and-Drop Support

    Users can perform various Git operations such as adding and moving files using simple drag-and-drop actions within the File Explorer.

  5. Various Git Operations

    It supports a wide range of Git operations including diffing, merging, branch management, and more, all from the context menu in Windows Explorer.

Badges

Promote TortoiseGit. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

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

How to Install TortoiseGit..? What is TortoiseGit..? Why Use TortoiseGit..?

TortoiseGit Tutorial 3: git add (staging) , commit and push

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about TortoiseGit and what they use it for.
  • 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 / over 2 years 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 3 years 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 3 years 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: over 3 years 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 3 years ago
  • Committing to repositories
    The method to add the illustration to git, either from the command line, or via a GUI (for example TortoiseGit) should not have an influence how the image is managed by git itself. There is no "watermark" like stamp on the picture from which you later could tell if the picture, or the edit on the picture was committed from the CLI, or e.g., tortoise, either. Source: over 3 years ago
  • Noob question: Does anyone use things like git gui?
    I started with TortoiseGit (coming from TortoiseSVN), then used SourceTree for a while (until Atlassian broke it. I hear it is better now), but Iโ€™ve settled in GitKraken for my work stuff where I need to maintain full histories while ping-ponging code features between many branches. Iโ€™ve heard great things about GitTower too. Source: over 3 years ago
  • How can I find someone to explain
    Just use TortoiseGit https://tortoisegit.org/ (or Git Cola https://git-cola.github.io/ for Linux). You can do 90% of the stuff with them. When you have an strange case use the command line. - Source: Hacker News / over 3 years ago
  • Ask HN: Where are the simple Git GUIs?
    I use mostly TortoiseGit, https://tortoisegit.org. As easy as it gets, no Electron boilerplate, full Windows native executable. - Source: Hacker News / over 3 years ago
  • How do you work on the same project when you're in between two PC's in a day?
    If you're on Windows, I'd start with installing official Git. It comes with a Git Bash CLI and what not. There are also third party apps like GitExtensions and TortoiseGit if you want more UI/shell integration. Source: over 3 years ago
  • this never gets old
    I donโ€™t know who out there needs to hear this, but you can use something like Tortoise and never have to bother with command line. Source: over 3 years ago
  • Why isn't Git working with a right click?
    Https://tortoisegit.org/ is maybe what you are looking for? Or some other graphical interface like SourceTree or GitKraken? Source: almost 4 years ago
  • Is There an Easier Way to Use Git/Github?
    Maybe Tortoise Git it's app that you search it's very good GUI for git. Source: about 4 years ago
  • Dangit, Git!?!
    Personally, I use TortoiseGit because it's integrated into Windows shell/explorer, so I'm basically invoking things through context menu directly in folders and files, which I have constantly open anyway. But this probably isn't for everyone - it can be finicky. Source: about 4 years ago
  • How I created my Portfolio website using Hugo and GitHub pages?
    To start with I installed Hugo on my Windows 10 laptop (instructions here), I already had Git Bash installed, but itโ€™s easy to install it from here. You may also choose to use a Git GUI tool like Tortoise Git. Next, I created a new Git repository at my GitHub account with the name [my-github-username].github.io containing just a blank README.md file (note that its necessary to name the repo this way, in order to... - Source: dev.to / about 4 years ago
  • Does something like git for MS Word Exisits?
    Https://tortoisegit.org/ does word diffs. It works well and I have been using it for a while editing some rather large word files. Source: about 4 years ago
  • Git makes me want to pull my hair out.
    Also, Tortoise is a really good tool, that is not too invasive with the normal workflow. (But it won't help you with rebases). Source: about 4 years ago
  • Git makes me want to pull my hair out.
    I also like https://tortoisegit.org/ - this adds right click options in Windows to Git Commit, Sync and other options. Source: about 4 years ago
  • Git makes me want to pull my hair out.
    And even though I think you should be able to using the commands of a version control system, I would still refer you to https://tortoisegit.org and https://www.syntevo.com/smartgit/. I personally consider both tools to be among the best graphical clients for managing git repositories. Source: about 4 years ago
  • Tip: Use git to version your dungeondraft_map files
    There are many GUI programs for git that make working with it much easier. I can recommend TortoiseGit on Windows: https://tortoisegit.org/. Source: about 4 years ago
  • Why source control is important for developers ???
    Tortoise git - good UI and user friendly. - Source: dev.to / over 4 years ago

Summary of the public mentions of TortoiseGit

Public Opinion Summary on TortoiseGit

TortoiseGit is a well-regarded Git client for Windows, distinguished in its space for several reasons, according to recent discussions and mentions in the software development community.

Key Features and Integration: TortoiseGit is noted for its deep integration with the Windows shell, allowing users to interact with Git repositories directly through the Windows Explorer context menu. Such integration is particularly beneficial for users accustomed to performing tasks quickly through right-click actions within the file system. This client is distinguished from others by its ability to operate simultaneously with various development environments (IDEs), like Eclipse and Visual Studio, and it supports integration with issue tracking systems, making it a versatile tool for various development workflows, especially in DevOps settings.

Ease of Use: One of the foremost advantages voiced by users is the ease and accessibility TortoiseGit offers, making it an appealing choice for those who may not be heavily invested in command-line operations. Many users appreciate its straightforward graphical interface, which provides a more intuitive alternative to the often complex command-line Git commands. Additionally, features such as the graphical representation of the Git log as a graph, the ability to filter files to commit by directory, and tools like TortoiseGitMerge for resolving conflicts are highly praised.

Language and Accessibility: TortoiseGit is available in over 30 languages, enhancing its accessibility to a global audience. This feature acknowledges diverse users and contributes to its broad adoption across different regions.

Comparative Perspective: While TortoiseGit excels as a tool for users on Windows operating systems, its availability limitations (being Windows-only) are noted. This restricts its use among developers working within Unix/Linux environments, where alternatives like Git-Cola are suggested. Despite this, its functionality is generally seen as comprehensive enough for most standard Git operations, making it a staple for many Windows-based developers.

User Perception: The accessibility and integration features have earned TortoiseGit a robust reputation among users who value a GUI for Git operations. It is frequently recommended for simplifying Git interactions without significantly altering development workflows. However, thereโ€™s an acknowledgment that it might not cater to advanced needs such as complex rebasing, where command-line proficiency becomes necessary. Nonetheless, TortoiseGit remains a respected tool in the community, appreciated for its user-friendliness and practicality in day-to-day version control tasks.

Conclusion: Overall, TortoiseGit is perceived as a solid Git client that offers valuable features and ease of use for Windows users. Its integration capabilities and user-friendly interface make it a favored choice for many, especially those looking to mitigate the complexities of Git without sacrificing significant functionality. However, for those requiring multi-platform compatibility or highly advanced features, complementary tools or command-line proficiency may be necessary.

Do you know an article comparing TortoiseGit to other products?
Suggest a link to a post with product alternatives.

Suggest an article

TortoiseGit discussion

Log in or Post with

Is TortoiseGit good? This is an informative page that will help you find out. Moreover, you can review and discuss TortoiseGit here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.