@@ -11,14 +11,14 @@ people complain that Git is hard to use. We think the problem lies deeper than
1111the user interface, in the concepts underlying Git. Gitless is an experiment to
1212see what happens if you put a simple veneer on an app that changes the
1313underlying concepts. Because Gitless is implemented on top of Git (could be
14- considered what Git pros call a ' porcelain' of Git), you can always fall
14+ considered what Git pros call a " porcelain" of Git), you can always fall
1515back on Git. And of course your coworkers you share a repo with need never know
1616that you're not a Git aficionado.
1717
1818More info, downloads and documentation @ [ Gitless's website] (
1919 http://gitless.com "Gitless's website").
2020
21- Questions or comments about Gitless can be sent to the [
21+ Questions or comments can be sent to the [
2222 Gitless users mailing list] (
2323 https://groups.google.com/forum/#!forum/gl-users
2424 "Gitless users mailing list").
@@ -34,9 +34,9 @@ We currently require Git (1.7.12+) to be installed (but this requirement is
3434going to disappear soon once we finish with our migration to pygit2).
3535
3636Note to Windows users: we currently have no binary release for Windows. If you
37- are having trouble getting v0.7 to work in Windows (we now depend on pygit2 in
38- addition to ` git ` ), you can try v0.6.2 instead (which depends only on
39- ` git ` ) and people have managed to get it working.
37+ are having trouble getting the latest version to work (we now depend
38+ on pygit2 in addition to ` git ` ), you can try v0.6.2 instead (which depends only
39+ on ` git ` ) and people have managed to get it working.
4040
4141
4242### Binary releases
@@ -51,7 +51,7 @@ gl binary, so to install simply do:
5151 $ cp path-to-downloaded-gl-binary /usr/local/bin/gl
5252
5353You can put the binary in other locations as well, just be sure to update your
54- PATH.
54+ ` PATH ` .
5555
5656If for some reason this doesn't work (maybe you are running an old version of
5757your OS?), try one of the other options (installing from source code or via
@@ -91,16 +91,14 @@ Contribute
9191
9292There are several ways you can contribute to the project:
9393
94- - Design: if you have any feedback about Gitless's design we would love to
95- hear from you. You can create an issue in the project with your
96- feedback/questions/suggestions or shoot us an email.
9794- Reporting bugs: did you find a bug? create an issue for it and we'll fix it
9895ASAP.
9996- Code: you can browse through the open issues and see if there's something
10097there you would like to hack on. Is something missing? feel free to propose it!
98+ - Design: if you have any feedback about Gitless's design we would love to
99+ hear from you. You can create an issue in the project with your
100+ feedback/questions/suggestions or shoot us an email.
101101
102- After you've contributed you can send us a pull request adding yourself to the
103- AUTHORS file if you want to.
104102
105103If you're planning on submitting code here are some useful things to know:
106104
@@ -116,6 +114,4 @@ Gitless's code so that your edits are consistent with the codebase.
116114
117115- Finally, if you don't want [ Travis] (
118116 https://travis-ci.org/sdg-mit/gitless "Travis") to
119- be mad at you, check that the tests pass in python 2.6, 2.7, 3.2 and 3.3 and
120- that you don't have any pylint * errors* (warnings and refactor suggestions are
121- ok).
117+ be mad at you, check that tests pass in python 2.6, 2.7 and 3.2+.
0 commit comments