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 842c8e45c2f53d7cbf6db3ff9549b52034a0ccef

Adjust goal and talk about CLA
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-09-26 02:59
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-09-26 02:59
Parent(s): dca9405b83ca52d20c92a4d908a656d43bbaa06e
Signing key:
Tree: 44c6ea2d4c39d5f8697769704fcd71c6a0047b53
File Lines added Lines deleted
root/themes/default/main.html 5 3
File root/themes/default/main.html changed (mode: 100644) (index 79bcb00..8096d2c)
12 12 <div class="island"> <div class="island">
13 13 <div class="island_title">FLOSS</div> <div class="island_title">FLOSS</div>
14 14 We know that many people find inappropriate to host their projects on a We know that many people find inappropriate to host their projects on a
15 proprietary platform. Therefore, we created RocketGit.
15 proprietary platform.
16 Also, we know that many developers find inappropriate to sign a
17 Contributor License Agreement (CLA) to contribute to a project.
18 Therefore, we created RocketGit.
16 19 </div> </div>
17 20
18 21 <div class="island"> <div class="island">
19 22 <div class="island_title">Goal</div> <div class="island_title">Goal</div>
20 Our goal is to become the best FLOS (Free, Libre and Open-Source)
21 software for managing Git projects, both public and private.
23 Our goal is to become the best software for managing Git projects.
22 24 With your help, we will reach our goal. Thank you! With your help, we will reach our goal. Thank you!
23 25 </div> </div>
24 26
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