<div class="main_title">Features - anonymous push</div>
<div class="islands">
<div class="island">
<div class="island_title">What is it?</div>
It is a feature that allows a user to contribute as fast as possible.<br />
We do no require an account (this is the anonymous part).<br />
We think that we cannot make it faster than that.<br/ >
<br >
Let's see an example in action:<br />
<div class="xcode">
git clone git://git.rocketgit.com/user/catalinux/rocketgit<br />
cd rocketgit<br />
# here edit some files<br />
git add -p<br />
git commit -m "commit message"<br />
# use 'guest' as the user and an empty password:<br />
git push origin master<br />
</div>
<br />
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.
</div>
</div>
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