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 f854fce154ad713938959cd0d128f50d27711aa3

Add a link to the comparison on the front page
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-11-11 20:55
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-11-11 20:59
Parent(s): bfb8e784f829a679b2a218b5bff2eb362c1d26f0
Signing key:
Tree: cea06aa42f8484ca7b3dd8ae206fe4d4045c2ed0
File Lines added Lines deleted
root/themes/default/main.html 3 1
File root/themes/default/main.html changed (mode: 100644) (index 35604ab..114f94d)
21 21 <div class="island"> <div class="island">
22 22 <div class="island_title">Goal</div> <div class="island_title">Goal</div>
23 23 Our goal is to become the best software for managing Git projects. Our goal is to become the best software for managing Git projects.
24 With your help, we will reach our goal. Thank you!
24 With your help, we will reach our goal. Thank you!<br />
25 See <a href="/op/doc/compare" target="_blank">here</a> how we
26 compare with the others.
25 27 </div> </div>
26 28
27 29 <div class="island"> <div class="island">
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