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.
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 1 year 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 2 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 2 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: about 2 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 2 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 2 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 2 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 2 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 2 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 2 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 2 years ago
Https://tortoisegit.org/ is maybe what you are looking for? Or some other graphical interface like SourceTree or GitKraken? Source: over 2 years ago
Maybe Tortoise Git it's app that you search it's very good GUI for git. Source: almost 3 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: almost 3 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 / almost 3 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: almost 3 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 3 years ago
I also like https://tortoisegit.org/ - this adds right click options in Windows to Git Commit, Sync and other options. Source: about 3 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 3 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 3 years ago
Tortoise git - good UI and user friendly. - Source: dev.to / about 3 years ago
Do you know an article comparing TortoiseGit to other products?
Suggest a link to a post with product alternatives.
This is an informative page about TortoiseGit. You can review and discuss the product 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.