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 3635ec1e7b416524ad15e06c884b4546600d68e4

Correct license for spec file (Affero -> A)
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-05-08 11:09
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-05-08 11:09
Parent(s): a6f90aaaedcaa67073408100b6a0abd5c7ddd6fa
Signing key:
Tree: d9d0a83c0b59c6d7e23cc8e4a64973ccca1a06b8
File Lines added Lines deleted
rocketgit.spec.in 1 1
File rocketgit.spec.in changed (mode: 100644) (index 796fd4e..c13763d)
... ... Summary: Light and fast Git hosting solution
7 7 Name: @PRJ@ Name: @PRJ@
8 8 Version: @VER@ Version: @VER@
9 9 Release: @REV@ Release: @REV@
10 License: Affero GPLv3+
10 License: AGPLv3+
11 11 Group: Development/Tools Group: Development/Tools
12 12 Source: http://kernel.embedromix.ro/us/rocketgit/%{name}-%{version}.tar.gz Source: http://kernel.embedromix.ro/us/rocketgit/%{name}-%{version}.tar.gz
13 13 URL: https://rocketgit.com/ URL: https://rocketgit.com/
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