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 dca9405b83ca52d20c92a4d908a656d43bbaa06e

Rewrap of text
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-09-26 02:46
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-09-26 02:46
Parent(s): eef3699ae6563e7b7ea30b9e688f498e38543529
Signing key:
Tree: 3359ef06683c26a00593cf294dddc77adecb2f4a
File Lines added Lines deleted
root/themes/default/features.html 4 5
File root/themes/default/features.html changed (mode: 100644) (index e1da434..7f1d4c6)
3 3 <div class="islands"> <div class="islands">
4 4 <div class="island"> <div class="island">
5 5 <div class="island_title">FLOS (Free, Libre and Open-Source) software</div> <div class="island_title">FLOS (Free, Libre and Open-Source) software</div>
6 RocketGit is licensed under
7 the GNU Affero General Public License v3+, therefore you have the
8 freedom to run this software as you wish, to study how this software
9 works, to redistribute copies and to distribute copies of your modified
10 version.
6 RocketGit is licensed under the GNU Affero General Public License v3+,
7 therefore you have the freedom to run this software as you wish,
8 to study how this software works, to redistribute copies and to
9 distribute copies of your modified version.
11 10 No vendor lock-in. No Contributor License Agreement. Nobody can No vendor lock-in. No Contributor License Agreement. Nobody can
12 11 steal your work by making it proprietary. steal your work by making it proprietary.
13 12 See <a href="http://www.gnu.org/philosophy/free-sw.html">What is free software</a> See <a href="http://www.gnu.org/philosophy/free-sw.html">What is free software</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