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 ee43843c67c6d495a545773d87ed5c002b99483f

In features, add something about Affero
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-09-21 17:12
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-09-21 17:12
Parent(s): e1145815a78faa7f24e899750547ba893a05d173
Signing key:
Tree: 50f20333d2bdb30693917045d95bf3fbc876b215
File Lines added Lines deleted
root/themes/default/features.html 5 4
File root/themes/default/features.html changed (mode: 100644) (index 8f022e3..e1da434)
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 6 RocketGit is licensed under RocketGit is licensed under
7 the GNU Affero General Public License v3+, therefore you have the freedom
8 to run this software as you wish, to study how this software works,
9 to redistribute copies and to distribute copies of your modified
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 10 version. version.
11 No vendor lock-in.
11 No vendor lock-in. No Contributor License Agreement. Nobody can
12 steal your work by making it proprietary.
12 13 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>
13 14 for more information. for more information.
14 15 </div> </div>
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