Skip to content

Commit cd3e6fd

Browse files
committed
Tidy formatting of Instructor Notes
With the current template, <h1> and <hr> elements don't work well. These changes bring the page more in line with swcarpentry/git-novice.
1 parent f30e642 commit cd3e6fd

1 file changed

Lines changed: 10 additions & 18 deletions

File tree

instructors/instructor-notes.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,6 @@
22
title: Instructors' Guide
33
---
44

5-
***
6-
7-
# Tips and Tricks
8-
9-
Known problems that learners encounter:
10-
11-
*Windows*: When using an outdated version of Windows OpenSSH, learners cannot set up the SSH connection to GitHub. SOLUTION: Update OpenSSH version.
12-
13-
***
14-
15-
## Making a handout
16-
17-
To make a handout for this lesson, adapt/print from the [Reference page](https://librarycarpentry.org/lc-git/reference.html).
18-
19-
***
20-
21-
# General notes on Git
22-
235
Using a software tool to handle the versions of your project files
246
lets you focus on the more interesting/innovative aspects of your project.
257

@@ -52,6 +34,16 @@ working in teams or not, because it is
5234
- a better way to collaborate than mailing files back and forth, and
5335
- a better way to share your code and other scientific work with the world.
5436

37+
## Troubleshooting Common Problems
38+
39+
- When using an outdated version of Windows OpenSSH, learners cannot set up the SSH connection to GitHub.
40+
41+
- Try updating their version of OpenSSH version.
42+
43+
## Making a handout
44+
45+
To make a handout for this lesson, adapt/print from the [Reference page](https://librarycarpentry.org/lc-git/reference.html).
46+
5547
## Teaching Notes
5648

5749
- Utility for "splitting" your shell so that recent commands remain in view: [Software Carpentry Shell Split Window](https://github.com/UCL-ARC/swc-shell-split-window).

0 commit comments

Comments
 (0)