Skip to content

Commit ee3f90c

Browse files
authored
Merge pull request #1 from axiezai/tutorial
Modified Tutorial for brainhack NY 2020
2 parents ec28a45 + 5eab628 commit ee3f90c

22 files changed

+1749
-1607
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
.sass-cache
44
_site
55
__pycache__
6+
*.pyc
7+
.ipynb_checkpoints
8+
.jekyll-cache

README.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
1-
# Lesson template for ReproNim teaching sessions
1+
# Collaborating with Git and GitHub
22

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.

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
kind: "lesson"
77

88
# Overall title for pages.
9-
title: "ReproNim Reproducible Basics Module"
9+
title: "Collaborating with Git and Github"
1010

1111
# Repository URL (without trailing slash).
12-
repo: https://github.com/ReproNim/module-reproducible-basics
12+
repo: https://github.com/Brainhack-NY/collab-git-tutorial
1313

1414
# Root URL below username.github.io domain, with leading slash but no trailing slash.
1515
# For example, for 'https://neurohackweek.github.io/lesson-example', use '/lesson-example'.
16-
root: "/module-reproducible-basics"
16+
root: "/collab-git-tutorial"
1717

1818
# Contact email address.
19-
email: debian@onerussian.com
19+
email: brainhack.ny@gmail.com
2020

2121
#------------------------------------------------------------
2222
# Generic settings (should not need to change).
@@ -37,7 +37,7 @@ rn_site: "https://repronim.github.io"
3737
rn_github: "https://github.com/repronim"
3838

3939
# Start time in minutes (540 is 09:00 am)
40-
start_time: 540
40+
start_time: 630
4141

4242
# Specify that things in the episodes collection should be output.
4343
collections:

_episodes/00-overview.md

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)