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 42dbfdc9ad5fad0157388f239f790f2e8f4de7c2

Link to anon push doc
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-03-21 20:00
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-03-21 20:00
Parent(s): cbcda26a9d20c115eb0931ab2af69f3c2315ab7d
Signing key:
Tree: 33dd8962cd6758769fde9b61ab79c182e7516bdf
File Lines added Lines deleted
root/themes/default/hints/repo/edit_repo_refs_rights.html 2 1
File root/themes/default/hints/repo/edit_repo_refs_rights.html changed (mode: 100644) (index aaf879d..0f389f7)
... ... spaces/tabs etc. will be allowed.<br />
5 5
6 6 Anonymous push: any random person can anonymously push changes that will be Anonymous push: any random person can anonymously push changes that will be
7 7 automatically transformed in a pull request. This allows users who does not automatically transformed in a pull request. This allows users who does not
8 have an account here to be able to easy contribute to your project.<br />
8 have an account here to be able to easy contribute to your project.
9 See <a href="/op/features/anonpush" target="_blank">here</a> for more info.<br />
9 10 <br /> <br />
10 11
11 12 If your 'Reference' field does not start with '/', '/refs/heads/' will be If your 'Reference' field does not start with '/', '/refs/heads/' will be
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