-HOW TO USE THIS
+HOW TO USE THIS
===============
-$ git clone https://<myuser>@rhodecode.plunge.at/ach/ach-master
+Anonymous (read-only) git cloning::
+
+ $ git clone https://rhodecode.plunge.at/ach/ach-master
-where <myuser> is your username on the server. Ask for write permissions if you need them.
-Anonymous (read-only) git cloning:
+As a registered user::
+ $ git clone https://<myuser>@rhodecode.plunge.at/ach/ach-master
+
+where <myuser> is your username on the server. Ask for write permissions if you need them.
-$ git clone https://rhodecode.plunge.at/ach/ach-master
-Committing:
+Committing::
-$ git commit -a
-$ git push origin master
+ $ git commit -a
+ $ git push origin master
If you reviewed the document and/or made some changes, please please add your name to the reviewers.tex file (the list of names is sorted alphabetically by last name).
+Please also read the FAQ!!