tortoisegit VS Brackets

Compare tortoisegit vs Brackets and see what are their differences.

tortoisegit

Windows Explorer Extension to Operate Git; Mirror of official repository https://tortoisegit.org/sourcecode (by tortoisegit)

Brackets

An open source code editor for the web, written in JavaScript, HTML and CSS. (by adobe)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tortoisegit Brackets
35 38
1,375 33,735
0.9% -
9.4 1.4
4 days ago over 2 years ago
C++ JavaScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tortoisegit

Posts with mentions or reviews of tortoisegit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-29.
  • I don't know why so many devs avoid a GUI for Git
    3 projects | news.ycombinator.com | 29 Nov 2023
  • Turtle – Git Client for Gnome
    1 project | news.ycombinator.com | 18 Aug 2023
    There is also a TortoiseGit that is based on TortoiseSVN

    https://en.wikipedia.org/wiki/TortoiseGit

    https://tortoisegit.org/

  • Suggestions for portfolio projects.
    2 projects | /r/embedded | 29 Apr 2023
    TortoiseGit sourcetree git kraken some times you need to compare to files you can do this with the notpad++ compare plugin or with Meld
  • GIT GUI tool or command line?
    6 projects | /r/webdev | 21 Apr 2023
    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 state afterwards.
  • Tortoise SVN to Git. Windows Integration Context Menu?
    1 project | /r/github | 20 Feb 2023
  • TexStudio - git integration for easy committing?
    5 projects | /r/LaTeX | 20 Feb 2023
    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 many typical situations. The developers document as advanced use; heck, after some time, it becomes second nature. In case of missing git-related functionality, you still can opt for an other git GUI or for git from the command line independent of TeXStudio's choice.
  • Git-SIM: Visually simulate Git operations in your own repos with a single termi
    5 projects | news.ycombinator.com | 22 Jan 2023
    > 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 worked with SVN back in the day like TortoiseGit: https://tortoisegit.org/

    On *nix Git Cola seems to do the job for me: https://git-cola.github.io/

    Then again, the most complex workflow I've worked with was Git Flow and I didn't need anything more advanced than that. Come to think of it, I don't really do rebases often either and mostly just take advantage of squashing commits through GitLab/Gitea and such, when needed.

    But hey, that's also valid, using Git in a way where you get version control but mostly keep the technical details out of your way (though Git LFS and certain cases with particular line endings being needed does make you drop down occasionally).

  • Committing to repositories
    1 project | /r/github | 12 Jan 2023
    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.
  • Noob question: Does anyone use things like git gui?
    2 projects | /r/git | 7 Jan 2023
    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.
  • How can I find someone to explain
    3 projects | news.ycombinator.com | 22 Dec 2022

Brackets

Posts with mentions or reviews of Brackets. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-15.
  • This is for myself, and the countless others that can't get live preview in Brackets because they're stupid like me.
    1 project | /r/brackets | 30 Apr 2023
    Link to the wonderful people who discovered how to fix the stupidest live preview error in all of human history: https://github.com/adobe/brackets/issues/11519
  • Atom Was Archived Today
    17 projects | news.ycombinator.com | 15 Dec 2022
    Heh, just a month ago Adobe Brackets (another Atom clone) did the same https://github.com/adobe/brackets
  • GitHub is sunsetting Atom
    17 projects | /r/programming | 8 Jun 2022
  • Sunsetting Atom Text Editor
    19 projects | news.ycombinator.com | 8 Jun 2022
    Oh, that's a good point about the sunsetting. In Brackets's case, Adobe left it active in the hands of the community.

    Live Preview in particular is one of the areas I had some fun working on. I worked out a way to do diff/patch to make it quickly and incrementally update the browser[1]

    [1]: https://github.com/adobe/brackets/wiki/Research%3A-HTML-DOM-...

  • Top 5 text editors for web development in 2022
    4 projects | dev.to | 11 Mar 2022
    Brackets may be a free and open-source code editor from the owner of Photoshop, Premiere Pro, and other amazing software providers Adobe. it's a primary target for web development and particularly on web designing because it provides plenty of features for web designers like Quick edit, Quick Docs, Live preview, Autosave, JSLint, Preprocessor support, Open source, Extension, themes, and more. Its software is licensed under the MIT license and it's currently run and maintained by Github's open-source developers. Its GitHub repository is https://github.com/adobe/brackets. it was created with help of Electron JS(JavaScript). it's available in 38 languages like HTML, CSS, JavaScript. It supports lots of extensions like Beautify, Autoprefixer, Emmet. Minifier, ToDo, Bracket Gits, Brackets File Icons, Swatcher, and more. it absolutely was initially released on 4 November 2014 around 7 years ago. it's integrated with NODE JS, JavaScript, Adobe PhotoShop, Vizy, and more, and firms like Zenkit, Startlink, MaGIC, WorldGaming, NeoQuant, Core, OpportunityWork, and more are using it for her projects. it's lots of benefits like -
  • I don't understand how to install brackets, can someone help me?
    1 project | /r/brackets | 3 Oct 2021
    I think you just need to download this : https://github.com/adobe/brackets/releases/download/release-1.14.2/Brackets.Release.1.14.2.msi
  • Email development
    1 project | /r/brackets | 28 Sep 2021
    I don't think there's a fix for this. This problem has many issue entries on github, and it will eventually get worked on at some point. However you could try this troubleshoot guide.
  • Fix for extension library + The state of Brackets (Sept 16th)
    3 projects | /r/brackets | 16 Sep 2021
  • Update: The state of Brackets (Sept 2nd)
    1 project | /r/brackets | 3 Sep 2021
    https://brackets.io/ as well as https://registry.brackets.io/ are already back again. Currently there are still some issues with SSL certification but as soon as these are resolved we should expect to get a working extension manager again. After that, the community will be able to transition to the new branch of Brackets (brackets/brackets-cont) most likely by some kind of patch.
  • Services that you can use instead of Adobe
    1 project | /r/coolguides | 21 Aug 2021

What are some alternatives?

When comparing tortoisegit and Brackets you can also consider the following projects:

GitExtensions - Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).

Visual Studio Code - Visual Studio Code

cz-cli - The commitizen command line utility. #BlackLivesMatter

Atom - :atom: The hackable text editor

Cryptomator - Multi-platform transparent client-side encryption of your files in the cloud

Geany - A fast and lightweight IDE

vscode-git-graph - View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.

Vim - The official Vim repository

intellij-community - IntelliJ IDEA Community Edition & IntelliJ Platform

TextMate - TextMate is a graphical text editor for macOS 10.12 or later

lazygit - simple terminal UI for git commands

Light Table - The Light Table IDE ⛺