Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
courses
Commits
691da1f4
Verified
Commit
691da1f4
authored
Mar 30, 2020
by
Laurent Heirendt
✈
Browse files
minor changes
parent
48e7263e
Changes
3
Hide whitespace changes
Inline
Side-by-side
2020/2020-03-30_basicGitTraining/slides/configuration.md
View file @
691da1f4
...
...
@@ -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
2020/2020-03-30_basicGitTraining/slides/essential_commands.md
View file @
691da1f4
...
...
@@ -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
templat
e.md myName.md
$
cd
attendees
$
cp
firstnameLastnam
e.md myName.md
```
Then, make your changes with your favorite editor!
...
...
2020/2020-03-30_basicGitTraining/slides/thanks.md
View file @
691da1f4
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment