From 92863e77e3f2c0070a42d2cecf01e76bd0a5f76a Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Fri, 3 May 2013 11:06:49 -0400 Subject: [PATCH] add README file to explain how to use the git repo --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..fb7bdc0 --- /dev/null +++ b/README @@ -0,0 +1,21 @@ +Each of the different branches is available in the repository. Once you +have cloned the default repository, you can download all branch and +switch between them like: + + git pull --all + git checkout color_style2 + +To get a list of all branches, you can do: + + git branch -a + +The branches should include three color and three black and white modes +which you can switch between using "git checkout": + + bw_style1 + bw_style2 + bw_style3 + color_style1 + color_style2 + color_style3 + -- 2.30.2