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 58626a058176945e165ab0230bd1093e025a07ac

Some rewording in Donate page
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-11-19 14:08
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-11-19 14:08
Parent(s): b414b4d454c2f37010d213cd23662f01b7fb3951
Signing key:
Tree: 027360d21e9cf12365416b8324db81c381071d54
File Lines added Lines deleted
root/themes/default/donate.html 2 2
File root/themes/default/donate.html changed (mode: 100644) (index 5e76b9f..30f8e8f)
5 5 <div class="island_title">Donate time</div> <div class="island_title">Donate time</div>
6 6 To contribute to RocketGit you do not need money. You can donate a To contribute to RocketGit you do not need money. You can donate a
7 7 small amount of your time. small amount of your time.
8 You can help by reporting bugs, sending suggestions, come with ideas
9 to improve this project or by writing code.
8 You can help by reporting bugs, sending suggestions,
9 writing code or spreading the word.
10 10 Thank you! Thank you!
11 11 </div> </div>
12 12
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