Gitless: a version control system
gitless.com
Gitless: a version control system
1–10 of 390 posts
Re: Gitless: a version control system
#2https://news.ycombinator.com/item?id=12612333 (1 day ago, 106 comments)
Re: Gitless: a version control system
#3Re: Gitless: a version control system
#4... changes them how exactly? A big part of what I like about Git is that its underlying concepts are simple and clear and feel like the right building blocks for version control. So I'm curious to know how they believe they can improve on that.
Re: Gitless: a version control system
#5Re: Gitless: a version control system
#6I really wish Git came with some simplified version of dependency management, subrepo and subtree just don't cut it.
Re: Gitless: a version control system
#7It has extremely verbose messages (writes out a lot of stuff that you don't need to know) and common use cases often requires multiple steps (ie. add, commit, push if you just want to send a change from your work machine a github repository).
Compare this to subversion which is much less verbose, and in general just have one operation pr. use case.
Re: Gitless: a version control system
#8Re: Gitless: a version control system
#9Re: Gitless: a version control system
#10The approach of this experiment is interesting. But, as an experienced git user, I think it does not include easy access to very powerful and easy-to-learn features of git like "git * -p" which bring some interactivity in git commands.