|
1 |
| -# Lesson template for ReproNim teaching sessions |
| 1 | +# Collaborating with Git and GitHub |
2 | 2 |
|
3 |
| -How to use this template: |
4 |
| - |
5 |
| -1. Go to the <a href="http://import.github.com/new?import_url=https://github.com/ReproNim/lesson-template |
6 |
| -" target="_blank"> Github Importer</a>. In the top text box paste the url of this repo. In the bottom part |
7 |
| -choose either "ReproNim" (if that's an option) or your own user account and |
8 |
| -then enter the name of the lesson/repository that you wish to create. |
9 |
| - |
10 |
| -2. Change the following variables in the `_config.yml` file: |
11 |
| - - `title` |
12 |
| - - `repo` |
13 |
| - - `root` |
14 |
| - - `email` (you can leave Ariel's address here, if you want). |
15 |
| - - `start_time` : this is the start time in minutes since midnight. For |
16 |
| - example, 9 AM is 540 (60 * 9). |
17 |
| - |
18 |
| -3. Edit the content in the `_episodes` folder, adding images (into |
19 |
| - `assets/img`), code (into `code`), data (into `data`) as needed. Pay |
20 |
| - particular attention to the following: |
21 |
| - |
22 |
| - - Sections should be named `01-first-part.md`, `02-second-part.md`, etc to be ordered in the schedule. |
23 |
| - - Edit the headers of each of your sections. Editing the duration of both `teaching` and `exercises` |
24 |
| - - Add coffee breaks into the lesson. This keeps the timing of each section |
25 |
| - accurate. |
26 |
| - |
27 |
| -# Acknowledgment |
28 |
| - |
29 |
| -Please see [LICENSE.md](LICENSE.md) for copyright, license, and how to acknowledge information. |
| 3 | +This is an introduction to version control and collaborating with Git and GitHub. No prior experience with version control is necessary. The material is based on the Software Carpentry lesson, Repronim's teaching material, and has been modified for the brainhack event. |
0 commit comments