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 9656ff5ec3bfe65fc7a573fae254483c31d88501

Show the suggestion to use https correctly
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-07-10 20:57
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-07-10 20:57
Parent(s): 2155bedec6e82343d84c8c504c0beb68fdf01dea
Signing key:
Tree: d84500dea77df961470c5fe9e2fb60fa7c1cc6ae
File Lines added Lines deleted
root/themes/default/user/hints/login.html 2 2
File root/themes/default/user/hints/login.html changed (mode: 100644) (index 9dc64be..c1b80b5)
1 @@if(@@http_allow@@ != 0){{
2 @@if(@@https_allow@@ != 0){{
1 @@if(@@http_allow@@ > 0){{
2 @@if(@@https_allow@@ > 0){{
3 3 @@if(@@https@@ == 0){{ @@if(@@https@@ == 0){{
4 4 <br /> <br />
5 5 <div class="hint_warn"> <div class="hint_warn">
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