add README file to explain how to use the git repo
[mit-stationery-latex] / README
1 Each of the different branches is available in the repository. Once you
2 have cloned the default repository, you can download all branch and
3 switch between them like:
4
5   git pull --all
6   git checkout color_style2
7
8 To get a list of all branches, you can do:
9
10   git branch -a
11
12 The branches should include three color and three black and white modes
13 which you can switch between using "git checkout":
14
15   bw_style1
16   bw_style2
17   bw_style3
18   color_style1
19   color_style2
20   color_style3
21

Benjamin Mako Hill || Want to submit a patch?