From: Benjamin Mako Hill Date: Fri, 3 May 2013 15:06:49 +0000 (-0400) Subject: add README file to explain how to use the git repo X-Git-Url: https://projects.mako.cc/source/mit-stationery-latex/commitdiff_plain/HEAD add README file to explain how to use the git repo --- 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 +