xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
Commit 33a9cef11227407d2cdf63056e71b66dd6106f62

Put features first in menu
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-06-02 19:44
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-06-02 19:44
Parent(s): e0d94a44d7093be83b82ea5227c0afcba22a5d27
Signing key:
Tree: 5b7b39baa962472d941dcd4482be8852ed68c3cd
File Lines added Lines deleted
root/themes/default/index.html 1 1
File root/themes/default/index.html changed (mode: 100644) (index 24e13ff..cbf0c92)
16 16 </div> </div>
17 17
18 18 <div class="user"> <div class="user">
19 <a href="/op/features">Features</a>
19 20 <a href="/op/discover">Discover</a> <a href="/op/discover">Discover</a>
20 21 <a href="/op/download">Download</a> <a href="/op/download">Download</a>
21 <a href="/op/features">Features</a>
22 22 <a href="/op/pricing">Pricing</a> <a href="/op/pricing">Pricing</a>
23 23 <a href="/op/tos">ToS</a> <a href="/op/tos">ToS</a>
24 24 <a href="/op/donate">Donate</a> <a href="/op/donate">Donate</a>
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master