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 54bc4e25313e41a2c0c46f186dc44e9223b9e69e

Open my webpage in another tab
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-07-13 20:18
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-07-13 20:18
Parent(s): eb00fa19c6d3db33cf93b89b35ff08cc41a0d620
Signing key:
Tree: 1556bb46a45dded7ce1b5325d27154e37521c950
File Lines added Lines deleted
root/themes/default/index.html 1 1
File root/themes/default/index.html changed (mode: 100644) (index 350bf75..6f5826a)
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/">Catalin(ux) M. BOIE</a><br />
68 Copyright: <a href="http://kernel.embedromix.ro/" target="_new">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