You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Gitless](http://gitless.com"Gitless's website") is an experimental version
11
-
control system built on top of Git. Many
12
-
people complain that Git is hard to use. We think the problem lies deeper than
13
-
the user interface, in the concepts underlying Git. Gitless is an experiment to
14
-
see what happens if you put a simple veneer on an app that changes the
15
-
underlying concepts. Because Gitless is implemented on top of Git (could be
16
-
considered what Git pros call a "porcelain" of Git), you can always fall
17
-
back on Git. And of course your coworkers you share a repository with need never
18
-
know that you're not a Git aficionado.
10
+
[Gitless](http://gitless.com"Gitless's website") is a version control system built on top of Git, that is easy to learn and use:
11
+
12
+
-**Simple commit workflow**
13
+
14
+
Track or untrack files to control what changes to commit. Changes to tracked files are committed by default, but you can easily customize the set of files to commit using flags
15
+
-**Independent branches**
16
+
17
+
Branches in Gitless include your working changes, so you can switch between branches without having to worry about conflicting uncommitted changes
18
+
-**Friendly command-line interface**
19
+
20
+
Gitless commands will give you good feedback and help you figure out what to do next
21
+
-**Compatible with Git**
22
+
23
+
Because Gitless is implemented on top of Git, you can always fall back on Git. And your coworkers you share a repo with need never know that you're not a Git aficionado. Moreover, you can use Gitless with GitHub or with any Git hosting service
19
24
20
25
21
26
Install
22
27
-------
23
28
24
-
Note that the installation **won't interfere** with your Git installation in any
25
-
way, you can keep using Git, and switch between Git and Gitless seamlessly.
29
+
Installing Gitless won't interfere with your Git installation in any
30
+
way. You can keep using Git and switch between Git and Gitless seamlessly.
26
31
27
32
We currently require Git (1.7.12+) to be installed, but this requirement is
28
33
going to disappear soon once we finish with our migration to [pygit2](https://github.com/libgit2/pygit2).
@@ -104,7 +109,7 @@ Contribute
104
109
----------
105
110
106
111
If you find a bug, you can help us by submitting an issue to our
107
-
GitHub Repository. If you'd like to contribute
112
+
GitHub repository. If you'd like to contribute
108
113
code, here are some useful things to know:
109
114
110
115
- To install gitless for development, [install pygit2](
0 commit comments