Grove is a way for developers to share git repositories directly over HTTP, without needing a central service like GitHub to connect them. Developers can share as many repositories as they like, and don't need to push their changes or branches in order to share them. It offers a featureful but extremely lightweight web interface to allow directory and repository browsing, in addition to retrieval through git. Sharing your work is as simple hitting enter.
Other
23
stars
3
forks
source link
Links do not contain form values, such as `ref` #106
When navigating from directory or page to another in Grove, form values like ref are not maintained. For example, when one has switched to the master branch on a repository, then tries to browse the directory tree, the ?ref=master will be lost. In-repository links should append these automatically.`
When navigating from directory or page to another in Grove, form values like
ref
are not maintained. For example, when one has switched to themaster
branch on a repository, then tries to browse the directory tree, the?ref=master
will be lost. In-repository links should append these automatically.`