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 ec800590fd07b69f377387c8353d50f6a9430ff8

Remove 'qcow2' reference because was not the place
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-05-27 03:35
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-05-27 03:35
Parent(s): 1e1f092339a0fb4ab7c7ead080d68c1d04686d29
Signing key:
Tree: 0dea57f4dd520c54f367a6892a731db7578a3702
File Lines added Lines deleted
root/themes/default/download.html 1 1
File root/themes/default/download.html changed (mode: 100644) (index 0ae9f9c..1845c91)
40 40 <div class="island_title">Virtual machines images</div> <div class="island_title">Virtual machines images</div>
41 41 If you want to test RocketGit in a virtual environment, If you want to test RocketGit in a virtual environment,
42 42 follow this <a href="/op/download/vm">link</a>. follow this <a href="/op/download/vm">link</a>.
43 We provide KVM (qcow2), VMware and VirtualBox images, the size
43 We provide qemu/KVM, VMware and VirtualBox images, the size
44 44 being under 180MiB. being under 180MiB.
45 45 </div> </div>
46 46 </div> </div>
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