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> / scripts /
File Mode Size
builder.TODO 100644 1,382B
builder.php 100644 25KiB
builder.sh 100755 480B
cache.php 100644 9,442B
cache.sh 100755 474B
cachec.php 100644 1,510B
common.sh 100644 370B
cron.php 100644 7,807B
cron.sh 100755 124B
events.php 100644 5,557B
events.sh 100755 477B
q.sh 100755 112B
remote.php 100644 8,264B
remote.sh 100755 69B
wake.php 100644 783B
worker.TODO 100644 2,314B
worker.php 100644 47KiB
worker.sh 100755 558B
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