Features - anonymous push
What is it?
It is a feature that allows a user to contribute as fast as possible.
We do no require an account (this is the anonymous part).
We think that we cannot make it faster than that.

Let's see an example in action:
git clone git://git.rocketgit.com/user/catalinux/rocketgit
cd rocketgit
# here edit some files
git add -p
git commit -m "commit message"
# use 'guest' as the user and an empty password:
git push origin main

And that is it! Your push will be transformed into a merge request and will wait to be merged by the owner of the project.