-where <myuser> is your username on the server. Ask for write permissions if you need them.
+Where `<myuser>` is your username on the server. Ask for write permissions if you need them.
Committing changes you made (from within repo-directory)::
Committing changes you made (from within repo-directory)::
- $ git commit -a
- $ git push origin master
+```
+$ git commit -a
+$ git push origin master
+```
-Receive latest updates for a previously cloned repository (from within repo-directory)::
- $ git pull
+Receive latest updates for a previously cloned repository (from within repo-directory)::
+ `$ git pull`
+## GitHub
+Fork and issue pull requests. Those will be reviewed and if accepted pushed to the main repository hosted on git.bettercrypto.org.
-IMPORTANT
-=========
+# IMPORTANT
+-----------
-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).
+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).