Skip to content
Snippets Groups Projects
Verified Commit 691da1f4 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

minor changes

parent 48e7263e
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,12 @@ If you don’t have yet an SSH key, you have to generate one:
$ ssh-keygen -t rsa # -b 4096
```
If you set a password to your key (recommended), add it to the `ssh-agent`:
```bash
$ eval "$(ssh-agent -s)"
$ ssh-add -K ~/.ssh/id_rsa
```
Then, add the SSH key to Github/Gitlab.
<img src="slides/img/icon-live-demo.png" height="100px">
\ No newline at end of file
......@@ -35,11 +35,11 @@ $ git status
# Modify a file
Copy the file `template.md` in the folder `_attendees` and rename it with your firstname:
Copy the file `template.md` in the folder `attendees` and rename it with your firstname:
```bash
$ cd _attendees
$ cp template.md myName.md
$ cd attendees
$ cp firstnameLastname.md myName.md
```
Then, make your changes with your favorite editor!
......
......@@ -24,11 +24,9 @@
# References & Cheat sheet
[1]: Git Book: https://git-scm.com/book/en/v2
1. Git Book: https://git-scm.com/book/en/v2
[2]: GitHub training services: https://services.github.com/training/
[3]: Cheat sheet: http://rogerdudler.github.io/git-guide
2. Cheat sheet: http://rogerdudler.github.io/git-guide
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment