this post was submitted on 01 Jul 2023
188 points (100.0% liked)
Opensource
10 readers
1 users here now
This magazine is dedicated to discussions on open source software, hardware, and technology. Whether you are a developer, a tech enthusiast, or simply interested in the philosophy of open source, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as open source programming languages, operating systems, hardware, and more. From the benefits and challenges of open source to the latest developments and trends, this category covers a wide range of topics related to open source.
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
While the CLI provides the same functionality, it can be a lot easier to visually parse information or provide direct interactivity with a GUI instead. If you're working on a large project or just want a different way to display the information
git
provides, it makes things a bit smoother.Generally I just use VSCode's source control UI when I want a GUI for git. I can't imagine using a standalone GUI for git when all the big editors have their own interfaces.
Oh same here, I'm not sure what the use-case for a standalone one would be but I definitely do prefer some visual over the command-line trees.