]> git.openstreetmap.org Git - stateofthemap.git/blobdiff - README.md
Document site-2013 branch
[stateofthemap.git] / README.md
index f148af0976fc4e9c3f7ea56aa9858f6cf7fd6fc5..356ae84b603ad278e7272701952b532fe4d0bfae 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ This repository contains various resources used for State of the Map
 web sites. There are a number of branches:
 
 * **chooser** source for [stateofthemap.org](https://stateofthemap.org/)
+* **site-2013** source for [2013.stateofthemap.org](https://2013.stateofthemap.org/)
 * **resources-2012** additional resources for [2012.stateofthemap.org](https://2012.stateofthemap.org/)
 * **resources-2011** additional resources for [2011.stateofthemap.org](https://2011.stateofthemap.org/)
 * **resources-2010** additional resources for [2010.stateofthemap.org](https://2010.stateofthemap.org/)
@@ -14,3 +15,9 @@ web sites. There are a number of branches:
 * **theme-2009** theme for [2009.stateofthemap.org](https://2009.stateofthemap.org/)
 * **theme-2008** theme for [2008.stateofthemap.org](https://2008.stateofthemap.org/)
 * **theme-2007** theme for [2007.stateofthemap.org](https://2007.stateofthemap.org/)
+
+To clone this repository, use
+```sh
+git clone --single-branch --branch <branch> https://github.com/openstreetmap/stateofthemap.git
+```
+Replace `<branch>` with the name of the branch you want to clone.