1 You can push to this directory anonymously, using the 'mob' branch using the instructions below:
4 If you haven't done before, clone the repository : git clone git://repo.or.cz/arxana.git
5 Change directories : cd arxana
6 Set up remote tracking branch : git branch --track mob origin/mob
7 Checkout the mob branch : git checkout mob
8 cd to the ftg directory, and fetch the latest changes : git pull
9 Add an appropriate remote URL : git remote set-url --push origin ssh://mob@repo.or.cz/srv/git/arxana.git
10 Work on files in this directory, and add them with : git add filename.foo
11 Commit changes : git commit -m "descriptive message here"
12 Push your changes : git push