Better instructions.
[flub.git] / README
blob929dce091d397219dad25ce045a61f8263251d34
1 This is the mob branch. Anybody can push to it anonymously so beware.
2 To get started with the repo you will need to register a user account
3 with your public key (see git-keygen) at repo.or.cz. After thats done you
4 can clone the repo, checkout the mob branch and add the push URL with
5 ypur username to origin:
7 git clone git://repo.or.cz/flub.git
8 cd flub
9 git checkout -b mob
10 git remote -v set-url --push origin ssh://<YOUR-USERNAME>@repo.or.cz/srv/git/flub.git
12 Now go on and have fun hacking! :)