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 59bc91f5229abf96f453d872a58a2c96cf18198c

Trim the hints for cloning the tree
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-03-21 19:35
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-03-21 19:35
Parent(s): 7c138f486a81d09df44e811714d7bdeb92d7c01d
Signing key:
Tree: 88a061cfbfcc2bcac17032863bcf666a7b70f98c
File Lines added Lines deleted
root/themes/default/hints/repo/clone_git.html 1 2
root/themes/default/hints/repo/clone_http.html 1 2
root/themes/default/hints/repo/clone_ssh.html 1 2
File root/themes/default/hints/repo/clone_git.html changed (mode: 100644) (index e6f6040..17e79c3)
1 1 <br /> <br />
2 2 Clone this repository using git:<br /> Clone this repository using git:<br />
3 3 <div class="xcode"> <div class="xcode">
4 git clone @@ri::clone_url_git@@ local_dir<br />
5 cd local_dir<br />
4 git clone @@ri::clone_url_git@@<br />
6 5 </div> </div>
File root/themes/default/hints/repo/clone_http.html changed (mode: 100644) (index 5876e5d..009d786)
1 1 <br /> <br />
2 2 Clone this repository using http:<br /> Clone this repository using http:<br />
3 3 <div class="xcode"> <div class="xcode">
4 git clone @@ri::clone_url_http@@ local_dir<br />
5 cd local_dir<br />
4 git clone @@ri::clone_url_http@@<br />
6 5 </div> </div>
File root/themes/default/hints/repo/clone_ssh.html changed (mode: 100644) (index 12cfec8..ce697aa)
1 1 <br /> <br />
2 2 Clone this repository using ssh (do not forget to upload a key first):<br /> Clone this repository using ssh (do not forget to upload a key first):<br />
3 3 <div class="xcode"> <div class="xcode">
4 git clone @@ri::clone_url_ssh@@ local_dir<br />
5 cd local_dir<br />
4 git clone @@ri::clone_url_ssh@@<br />
6 5 </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