add README file to explain how to use the git repo color_style3
authorBenjamin Mako Hill <mako@atdot.cc>
Fri, 3 May 2013 15:06:49 +0000 (11:06 -0400)
committerBenjamin Mako Hill <mako@atdot.cc>
Fri, 3 May 2013 15:06:49 +0000 (11:06 -0400)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
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
+

Benjamin Mako Hill || Want to submit a patch?