You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
9.Add and commit all the files to master. Push to the remote when satisfied.
60
57
61
-
10. Right now, create a new branch for working: `git checkout -b dev && git push -u origin dev`
58
+
10. Right now, create a new branch for working on the slides and push that to the remote as well.
62
59
63
60
### Keep Git Up to Date
64
61
@@ -105,6 +102,8 @@ doing this, discuss this with at the organization.
105
102
106
103
## Spin up the Jekyll Server
107
104
105
+
**NOTE** that the jekyll `--watch` option does **not** work on Windows. We have to do something else to make a convenient watching/viewing-as-you-save-changes thing.
106
+
108
107
Everything should be good to go, now, and you can start up the Jekyll
109
108
development server to show the slides while you create them.
110
109
@@ -140,7 +139,7 @@ For example, the introduction slide is:
140
139
`_slides/99.99.fin.html`.
141
140
142
141
A very good practice is to leave gaps in the sequence number to make
143
-
it easy to rearrange slides if you want, or insert conent as you'd
142
+
it easy to rearrange slides if you want, or insert content as you'd
144
143
like.
145
144
146
145
If you need more than 100 sections or more than 100 slides per
These are additional instructions for those of you who run on Windows, and the commands don't quite work.
4
+
5
+
## Creating the new slide repository on Github
6
+
7
+
While Mac users get to work with `hub`, Windows users have to do things the old-fashioned way by creating the empty repository on GitHub and setting the remote origin by hand.
8
+
9
+
GUI tools such as Github Desktop for Windows or Sourcetree can help if you are uncomfortable using the GitBash shell.
10
+
11
+
See [Create a Repo](https://help.github.com/articles/create-a-repo/) on GitHub for help with creating the remote repository.
0 commit comments