From: Paul Norman Date: Thu, 21 Dec 2017 02:58:00 +0000 (-0800) Subject: Explain how to clone the right branch X-Git-Url: https://git.openstreetmap.org/stateofthemap.git/commitdiff_plain/3ceaef1e560ebd016994c0a02844daf718fcfa3f Explain how to clone the right branch --- diff --git a/README.md b/README.md index f148af0..b15613e 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,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 https://github.com/openstreetmap/stateofthemap.git +``` +Replace `` with the name of the branch you want to clone.