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 06d39d3519b2d026a4fe425586a64822cf430d4b

git remote change was replaced with git remote set-url
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-09-21 16:53
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-09-21 16:53
Parent(s): 8558dc5641c14bd49187ef40eea4d2f58f56b337
Signing key:
Tree: c5ef7354d0cf5a4d8b80924f38f9082f26f74270
File Lines added Lines deleted
root/themes/default/hints/repo/clone_owner.html 1 1
File root/themes/default/hints/repo/clone_owner.html changed (mode: 100644) (index 8d5e790..9f13299)
... ... git push origin --tags<br />
13 13 If you are switching from another Git hosting provider:<br /> If you are switching from another Git hosting provider:<br />
14 14 <div class="xcode"> <div class="xcode">
15 15 cd local_project_dir<br /> cd local_project_dir<br />
16 git remote change origin @@ri::clone_url_ssh@@<br />
16 git remote set-url origin @@ri::clone_url_ssh@@<br />
17 17 git push origin --all<br /> git push origin --all<br />
18 18 git push origin --tags<br /> git push origin --tags<br />
19 19 </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