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 bbb95d3a79ea686b3c145b532d072fc19c034297

web: the jump to a file did not work because of a wrong anchor
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-06-25 07:53
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-06-25 07:53
Parent(s): 9fff8e0248793fc7a2d1346dc8af7ba1aa2fb7ea
Signing key:
Tree: 45a248908533c02e85e57f513a45f37cecd00dfa
File Lines added Lines deleted
root/themes/default/repo/fstat/line.html 1 1
File root/themes/default/repo/fstat/line.html changed (mode: 100644) (index 794bf3a..2cee322)
1 1 <tr> <tr>
2 <td><a href="#file-@@file@@">@@file@@</a></td>
2 <td><a href="#file-@@hash@@-@@file@@">@@file@@</a></td>
3 3 <td>@@add@@</td> <td>@@add@@</td>
4 4 <td>@@del@@</td> <td>@@del@@</td>
5 5 </tr> </tr>
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