Skip to content

Commit da11c2d

Browse files
committed
Adjusting headers due to not being slides
1 parent f394e65 commit da11c2d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/setup.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ There are several web based Git repositories. Some of the more popular ones are:
206206
* Bitbucket (<a href="https://bitbucket.org" target="_blank">https://bitbucket.org</a>)
207207
* SourceForge (<a href="https://sourceforge.net/" target="_blank">https://sourceforge.net/</a>)
208208

209+
### GitHub
210+
209211
We are going to use GitHub for the part of the hands-on where you will be working together in groups.
210212

211213
Please go to
@@ -235,9 +237,6 @@ This part will be done before the section "Working with remotes" on day 4, but y
235237
```
236238
2. You will be asked for a file to save the key. Unless you have an existing SSH key, accept the default.
237239
3. Enter a passphrase and repeat it.
238-
239-
---
240-
241240
4. Add the key to the ssh-agent. Here we assume the default name for the new systems - change to what your key was called (`.ssh/id_rsa` for the legacy system):
242241
```
243242
$ eval "$(ssh-agent -s)"
@@ -263,9 +262,6 @@ This part will be done during the exercises on day 5, but you can create and add
263262
```
264263
2. You will be asked for a file to save the key. Unless you have an existing SSH key, accept the default.
265264
3. Enter a passphrase and repeat it.
266-
267-
---
268-
269265
4. Add the key to the ssh-agent. Here we assume the default name for the new systems - change to what your key was called (`.ssh/id_rsa` for the legacy system):
270266
```
271267
$ eval "$(ssh-agent -s)"

0 commit comments

Comments
 (0)