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.
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.
Comprehensive Logging
TortoiseGit offers detailed logs and history views, which can help users track changes, understand commits, and revert to previous states more intuitively.
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.
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.
TortoiseGit is considered a good tool for Windows users who need a straightforward, graphical interface for Git. It simplifies many of the complexities associated with Git while maintaining a robust set of features.
We have collected here some useful links to help you find out if TortoiseGit is good.
Check the traffic stats of TortoiseGit on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of TortoiseGit on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of TortoiseGit's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of TortoiseGit on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about TortoiseGit on Reddit. This can help you find out how popualr the product is and what people think about it.
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
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
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
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
> 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
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
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
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
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
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
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
Https://tortoisegit.org/ is maybe what you are looking for? Or some other graphical interface like SourceTree or GitKraken? Source: almost 4 years ago
Maybe Tortoise Git it's app that you search it's very good GUI for git. Source: about 4 years ago
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
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
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
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
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
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
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
Tortoise git - good UI and user friendly. - Source: dev.to / over 4 years ago
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.
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.