File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,14 @@ name: gitless
44version : git
55summary : A simple version control system built on top of Git
66description : |
7- Version control system that is built on top of Git in
8- attempt to make user interface easier by playing with
9- underlying concepts. Gitless is fully compatible with
10- Git and can be used with it interchangeably.
7+ Gitless is an experimental version control system built on top of Git.
8+ Many people complain that Git is hard to use. We think the problem lies
9+ deeper than the user interface, in the concepts underlying Git. Gitless
10+ is an experiment to see what happens if you put a simple veneer on an
11+ app that changes the underlying concepts. Because Gitless is implemented
12+ on top of Git (could be considered what Git pros call a "porcelain" of
13+ Git), you can always fall back on Git. And of course your coworkers you
14+ share a repo with need never know that you're not a Git aficionado.
1115
1216grade : devel # 'stable' for stable/candidate upload
1317confinement : devmode # 'strict' after right plugs and slots
3438 - git
3539 build-packages :
3640 - git
37-
41+
You can’t perform that action at this time.
0 commit comments