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 c2bf639e3f0dd318b07db6810656e268a0bcb094

Add a note about Git's trademark to the footer
In reversed.top theme.
Author: xaizek
Author date (UTC): 2020-07-30 21:14
Committer name: xaizek
Committer date (UTC): 2020-07-30 21:15
Parent(s): c2aba63133ff5c2cbeb6d381177e5799f327d3ed
Signing key: 99DC5E4DB05F6BE2
Tree: 0817b54f95380344490b98168b372c97a9ee666b
File Lines added Lines deleted
root/themes/reversed.top/index.html 2 0
File root/themes/reversed.top/index.html changed (mode: 100644) (index 04c4352..9e5640a)
52 52
53 53 <div id="footer"> <div id="footer">
54 54 <div class="footer_info"> <div class="footer_info">
55 Git is either a registered trademark or a trademark of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries.
56 <br />
55 57 This is an instance of <a href="https://rocketgit.com/">RocketGit</a>, which is licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPLv3+</a>. Modified sources are available <a href="/user/xaizek/rocketgit">here</a>. This is an instance of <a href="https://rocketgit.com/">RocketGit</a>, which is licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPLv3+</a>. Modified sources are available <a href="/user/xaizek/rocketgit">here</a>.
56 58 <br /> <br />
57 59 Iconic font is <a href="http://genericons.com/">Genericons Neue</a> licensed under <a href="https://www.gnu.org/licenses/gpl-2.0.html">GPLv2+</a>. Iconic font is <a href="http://genericons.com/">Genericons Neue</a> licensed under <a href="https://www.gnu.org/licenses/gpl-2.0.html">GPLv2+</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