to <http://wiki-dev0.libreplanet.org>. When you push to the
`stable` branch, the site is deployed to <http://libreplanet.org>.
+When you're happy with the state of the master branch and want to
+deploy live, do the following:
+
+```
+git checkout stable
+git merge master
+git push
+```
+
+This merges the master branch with the stable branch, updates the
+remote repository on the git server, and triggers a deploy to
+<http://libreplanet.org>.
+
CSS and JavaScript
------------------