catalinux / rgfs (public) (License: GPLv3) (since 2020-11-11) (hash sha1)
Allows mapping of RocketGit storage area into a local directory
No history found.

README:
. Name: rgfs (RocketGit File System)
. Date start: 2020-08-25
. Description: Allows mapping of RocketGit storage area into a local directory
. Based on: GnuTLS for encrypted connection and fuse for the virtual filesystem.
. Author: Catalin(ux) M. BOIE
. Web: https://rocketgit.com/user/catalinux/rgfs

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/rgfs

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rgfs

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rgfs

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