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 2afd660c2f3ded308e9f1e76c844dcdb60f20dec

Use _blank instead of _new for page loading
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-07-14 04:30
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-07-14 04:30
Parent(s): d46f377f74021db2581d96e27a4d9b76e2b12348
Signing key:
Tree: 4d3798bebdf7025150c0af68b26e6536aa322e76
File Lines added Lines deleted
root/themes/default/index.html 1 1
File root/themes/default/index.html changed (mode: 100644) (index 6f5826a..cdb2bf1)
65 65 <div id="footer_info"> <div id="footer_info">
66 66 For any information, please contact us at For any information, please contact us at
67 67 <a href="mailto:in@rocketgit.com">in@rocketgit.com</a>.<br /> <a href="mailto:in@rocketgit.com">in@rocketgit.com</a>.<br />
68 Copyright: <a href="http://kernel.embedromix.ro/" target="_new">Catalin(ux) M. BOIE</a><br />
68 Copyright: <a href="http://kernel.embedromix.ro/" target="_blank">Catalin(ux) M. BOIE</a><br />
69 69 Software version: @@rg_version@@<br /> Software version: @@rg_version@@<br />
70 70 Running since: @@first_install_text@@<br /> Running since: @@first_install_text@@<br />
71 71 <i>Git was created by Linus Torvalds.</i><br /> <i>Git was created by Linus Torvalds.</i><br />
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