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.
<root> / inc /
File Mode Size
admin/ 040000
dispatch/ 040000
feedback/ 040000
login/ 040000
repo/ 040000
user/ 040000
wh/ 040000
.gitignore 100644 8B
admin.inc.php 100644 10KiB
bug.inc.php 100644 30KiB
cache.inc.php 100644 9,898B
events.inc.php 100644 6,256B
fixes.inc.php 100644 9,863B
gd.inc.php 100644 985B
git.inc.php 100644 40KiB
init.inc.php 100644 790B
keys.inc.php 100644 15KiB
log.inc.php 100644 5,067B
mail.inc.php 100644 2,028B
mr.inc.php 100644 4,499B
plan.inc.php 100644 7,688B
prof.inc.php 100644 3,909B
repo.inc.php 100644 47KiB
rights.inc.php 100644 17KiB
sess.inc.php 100644 4,339B
sql.inc.php 100644 6,404B
ssh.inc.php 100644 9,049B
state.inc.php 100644 2,364B
struct.inc.php 100644 22KiB
token.inc.php 100644 5,834B
totp.inc.php 100644 29KiB
user.inc.php 100644 37KiB
util.inc.php 100644 31KiB
ver.php.in 100644 122B
watch.inc.php 100644 8,055B
webhooks.inc.php 100644 4,974B
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