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 fbd5d71c0341f9187cfd677d2d620749d09c61d6

Use IdentitiesOnly when setup SSH config for RocketGit
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-01-30 18:49
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-01-30 18:49
Parent(s): af00ea421d6eec2877cab0c37f9c492fff3860ec
Signing key:
Tree: 7102100655ca4527c7a9e1fa4876f0534e971c9a
File Lines added Lines deleted
root/themes/default/hints/ssh/key.html 1 0
File root/themes/default/hints/ssh/key.html changed (mode: 100644) (index f6491be..11b42b6)
... ... Host @@rg_ssh_host@@<br />
23 23 &nbsp;&nbsp; User rocketgit<br /> &nbsp;&nbsp; User rocketgit<br />
24 24 &nbsp;&nbsp; Port @@rg_ssh_port@@<br /> &nbsp;&nbsp; Port @@rg_ssh_port@@<br />
25 25 &nbsp;&nbsp; IdentityFile ~/.ssh/rocketgit1<br /> &nbsp;&nbsp; IdentityFile ~/.ssh/rocketgit1<br />
26 &nbsp;&nbsp; IdentitiesOnly yes<br />
26 27 </div> </div>
27 28 <br /> <br />
28 29
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