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 780b0e99bf591c5081eed9ca9cbe2623d3cab22c

Cosmetic changes for comparison
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-03-02 17:53
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-03-02 17:53
Parent(s): 746560420021d148c58578af77c9f7bb05cc5918
Signing key:
Tree: d9e11c7c0144ae160f8c1b75371ef7e568551abf
File Lines added Lines deleted
misc/compare.php 1 1
File misc/compare.php changed (mode: 100644) (index 056f6e1..91d5b72)
... ... if (!$out)
100 100
101 101 fwrite($out, '<div class="main_title">Git hosting solutions comparison</div>' . "\n"); fwrite($out, '<div class="main_title">Git hosting solutions comparison</div>' . "\n");
102 102 fwrite($out, '<div>' fwrite($out, '<div>'
103 . 'Notes:<br />'
103 . '<b>Notes</b>:<br />'
104 104 . '- To contribute to this document, just e-mail us to' . '- To contribute to this document, just e-mail us to'
105 105 . ' in@rocketgit.com or clone the RocketGit' . ' in@rocketgit.com or clone the RocketGit'
106 106 . ' <a href="https://rocketgit.com/user/catalinux/rocketgit">repository</a>' . ' <a href="https://rocketgit.com/user/catalinux/rocketgit">repository</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