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 0e769caa8f59615804312c488b74683288243196

Remove more junk from testing folder.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-07-14 04:14
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-07-14 04:14
Parent(s): b5e57d1da1a8a4a207234e1de4dcc4b6cdbe56ed
Signing key:
Tree: 359e06f0e0264faf67ef399fae31965a779a3ef0
File Lines added Lines deleted
tests/Makefile 2 1
File tests/Makefile changed (mode: 100644) (index de781a3..5249830)
... ... git2:
85 85 .PHONY: clean .PHONY: clean
86 86 clean: clean:
87 87 @rm -rf git_log1 *.log *.strace *.strace.* *.out *.lock err-* *.diff \ @rm -rf git_log1 *.log *.strace *.strace.* *.out *.lock err-* *.diff \
88 http.arond *.pub git2key git2 *.in
88 http.arond *.pub git2key git2 *.in q_merge_requests/mr-* \
89 qstats/* repos/*
89 90
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