/README (29918cb68297e906bfa2e2893dea98bc19799b05) (376 bytes) (mode 100644) (type blob)
client does pull:
SSH_ORIGINAL_COMMAND=git-upload-pack '/aa/bb/cc/dd.git'
client does push:
SSH_ORIGINAL_COMMAND=git-receive-pack '/aa/bb/cc/dd.git'
== Rights ==
A - Admin - can edit repo info, can add/remove rights for users
F - Fetch
P - Push
D - Delete branch
Z - Forced push (history rewriting)
Notes:
- For anonymous access, we store rights directly in repo info row.
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
53 |
a303424117248b3a4eb53e8aa8ca1243064fa837 |
.gitignore |
100644 |
blob |
35147 |
94a9ed024d3859793618152ea559a168bbcbb5e2 |
LICENSE |
100644 |
blob |
667 |
4067186890a0e7260a346a72b0e37a8ad2d7cbd1 |
Makefile.in |
100644 |
blob |
376 |
29918cb68297e906bfa2e2893dea98bc19799b05 |
README |
100644 |
blob |
5534 |
15b3ab03bc26971ac54d1a63263ba4190ccc2657 |
TODO |
040000 |
tree |
- |
aa106553551f879414d1de0956b752b7a1e86ef3 |
admin |
040000 |
tree |
- |
76a16691bc48bbe42bdc63a6d1244d2d49e4da2d |
artwork |
100755 |
blob |
23 |
d33bb6c4ecdce1390ce1db3c79ea3b93e22ea755 |
configure |
100755 |
blob |
12723 |
62411b6de6bc9d88b550b7c96e140e8ce9015086 |
duilder |
100644 |
blob |
259 |
aefe13c332975fc9d4497c05abfa5c014a3d9b6a |
duilder.conf |
040000 |
tree |
- |
61379d958a3d80dce95c0e1cb87502bbeb058b2a |
hooks |
040000 |
tree |
- |
c5122f9f1057a3ce8912431745f7e21d2cb47462 |
inc |
100644 |
blob |
755 |
23674f5b9032fbdfbef768d09c40402154a90bbc |
rocketgit.spec.in |
040000 |
tree |
- |
a1e3a2ac65a01a6da0fbf09fa50b4e8bb7f64029 |
root |
040000 |
tree |
- |
d1aaaee30e250319f2b47aea9e4bc723714d47bd |
samples |
040000 |
tree |
- |
8fcc0c73e2e56f08eb11a93839231b8da2b0a633 |
scripts |
040000 |
tree |
- |
006a92b2ef1a950e8b3d95fa7f805f67c706f95a |
tests |
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://rocketgit.com/user/catalinux/rocketgit
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit
Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main