Gitless: an experimental version control system built on top of Git
people.csail.mit.edu
Gitless: an experimental version control system built on top of Git
1–10 of 48 posts
Re: Gitless: an experimental version control system built on top of Git
#2> Check out the documentation section to get started.
> Documentation: TODO.
Re: Gitless: an experimental version control system built on top of Git
#3I don't understand what it is supposed to do. > Check out the documentation section to get started. > Documentation: TODO.
Re: Gitless: an experimental version control system built on top of Git
#4I don't understand what it is supposed to do. > Check out the documentation section to get started. > Documentation: TODO.
Re: Gitless: an experimental version control system built on top of Git
#5I don't understand what it is supposed to do. > Check out the documentation section to get started. > Documentation: TODO.
Seems to be Git without Commits - kind of. It seems to be better described here:
> Unlike traditional version control systems (such as CVS and Subversion), Gitless is distributed. Rather than having a single, centralized repository, each user has her own repository that is synchronized with other repositories.
Re: Gitless: an experimental version control system built on top of Git
#6Re: Gitless: an experimental version control system built on top of Git
#7Re: Gitless: an experimental version control system built on top of Git
#8I don't understand what it is supposed to do. > Check out the documentation section to get started. > Documentation: TODO.
I see the documentation. Seems to be Git without Commits - kind of. It seems to be better described here: > Unlike traditional version control systems (such as CVS and Subversion), Gitless is distributed. Rather than having a single, centralized repository, each user has her own repository that is synchronized with other repositories.
Re: Gitless: an experimental version control system built on top of Git
#9So... what advantages does this provide over straight Git? Reading the docs, it doesn't appear to abstract over Git at all.
I like this experiment quite a lot. It's clearly very incomplete and lacking of features, but I feel that it gets the basic concepts more right than Git does. For example, the idea that merging from a local branch or merging from a remote branch is the same, is very nice and simple. Sure, it's not like 'git pull' vs 'git merge' is a lot more work, but still, I'd like to not be bothered by the difference.
There's a whole bunch of edge cases still missing here, I fear, but I really like where this is heading. Would use.
Re: Gitless: an experimental version control system built on top of Git
#10I don't think this project necessarily goes far enough though; the biggest change I saw was getting rid of the staging area. Whether or not that's a good idea, I was hoping for crazier ideas!
For example, how about something that is more aware of github, where my github branches auto-update, and works nicely with forks, pull-requests and issues. The git-review integration for gerrit is interesting along those lines: https://pypi.python.org/pypi/git-review