pkgsrc-wip/gitless/DESCR
Thomas Klausner 4a782c230f gitless: new package
Gitless is an experimental version control system built on top of
Git. Many people complain that Git is hard to use. We think the
problem lies deeper than the user interface, in the concepts
underlying Git. Gitless is an experiment to see what happens if
you put a simple veneer on an app that changes the underlying
concepts. Because Gitless is implemented on top of Git (could be
considered what Git pros call a "porcelain" of Git), you can always
fall back on Git. And of course your coworkers you share a repo
with need never know that you're not a Git aficionado.
2016-10-09 10:30:49 +02:00

9 lines
569 B
Text

Gitless is an experimental version control system built on top of
Git. Many people complain that Git is hard to use. We think the
problem lies deeper than the user interface, in the concepts
underlying Git. Gitless is an experiment to see what happens if
you put a simple veneer on an app that changes the underlying
concepts. Because Gitless is implemented on top of Git (could be
considered what Git pros call a "porcelain" of Git), you can always
fall back on Git. And of course your coworkers you share a repo
with need never know that you're not a Git aficionado.