<sigh>
there are people who cannot click a "doc/" link on the first google hit, and think you have to clone the whole thing to see the docs... I suspect they aren't even hitting the "read more" link that github shows in the description blurb, or if they go there they aren't even going to the end of the second para, which contains a nice link.
This commit is contained in:
parent
1488973412
commit
20c2e1aac8
|
@ -4,6 +4,12 @@ Gitolite is an access control layer on top of git, which allows access control
|
|||
down to the branch level, including specifying who can and cannot *rewind* a
|
||||
given branch.
|
||||
|
||||
This README will give you a quick intro. All documentation is available
|
||||
within the source repo, in markdown format. If you want to read it *without*
|
||||
cloning the source repo, just hit [this link][docs] and read nicely HTML-ised
|
||||
versions of all the docs (automatic rendering of markdown to HTML courtesy
|
||||
github).
|
||||
|
||||
----
|
||||
|
||||
In this document:
|
||||
|
|
Loading…
Reference in a new issue