Skip to content

Commit 3ae2d23

Browse files
committed
Update readme to reflect the branches
1 parent a1af7d3 commit 3ae2d23

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ Lecture slides for [CS 2043][cs2043]. This repository has been designed to acco
66

77
All you need to do is `git clone` this repository, the up to date pdf's are all being tracked. When I add a new lecture or make changes to an existing one, you will receive these via a `git pull`, and you are done!
88

9+
## Slide Color / Animation Options
10+
11+
There are four branches of this repository you can use. After you `git clone` and `cd lecture-slides`, you can:
12+
13+
1. Remain on the `master` branch (where you will be with `git clone`) to have the dark-background animated slides I present during class.
14+
2. Switch to the `dark_slides_handout` branch (`git checkout dark_slides_handout`) to have the dark-background un-animated slides, which
15+
may be easier for you to take notes on / read through when working on assignments.
16+
3. Switch to the `light_slides` branch (`git checkout light_slides`) to have the light-background animated slides alternate.
17+
4. Switch to the `light_slides_handout` branch (`git checkout light_slides_handout`) to have the light-background un-animated slides, which
18+
may be easier for you to take notes on / read through when working on assignments.
19+
20+
Recall that you can identify which branch you are on with `git branch -a`.
21+
922
## Building the Slides
1023

1124
Is a bit more involved. At a high level, the items you will need are

0 commit comments

Comments
 (0)