this post was submitted on 23 Jul 2023
23 points (100.0% liked)
Git
29 readers
1 users here now
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
- Follow programming.dev rules
- Be excellent to each other, no hostility towards users for any reason
- No spam of tools/companies/advertisements. It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
These are beginner level complaints. 95% of interactions with git are simple and uneventful. And when they're not, git offers a lot of flexibility. I'm curious if Fossil is as good as git at avoiding merge conflicts and rebasing. Most of the visualization problems are solved by a decent desktop client. And just try to find open issues on that Fossil project. That UI is absolute garbage. But hey, it's going to save you 30 minutes on server installation, because you obviously have to do that every day. Oh and the Fossil community solution for automation? Mirror it to git
From article:
Well the converse is also true. Desktop clients are way more powerful than that simple web UI. Maybe I'm not hardcore enough, but I've never had to check a commit successor in a graph view from a phone. And if you really do, you can install a different server. Gitea supports graph view. For simple checking on the project status github UI is more than serviceable
I understand you point of view, but honestly it will be good to have possibility to quickly check 'commit successor in a graph view from a phone.". I'm working with quite legacy systems (15-20yo) and sometimes, when I have some ideas about resolving some issues it will be good to quickly check backward and forward histories of commits around to verify something..
Thats not a dealbraker at all but it will be nice to have.