Skip to content
Snippets Groups Projects
Commit 7ff343a6 authored by Sylvain Arreckx's avatar Sylvain Arreckx
Browse files

Merge branch 'laurent' into 'develop'

Changes to slides

See merge request !8
parents 7323672d 0023d1e0
No related branches found
No related tags found
2 merge requests!18merge all,!8Changes to slides
img/whiteBG.jpg

42.7 KiB

......@@ -53,7 +53,7 @@
<section data-separator="^\n\n\n"
data-vertical="^\n\n"
data-markdown="slides/overview.md"></section>
data-background="../img/whiteBG.jpg" data-markdown="slides/overview.md"></section>
......@@ -63,7 +63,7 @@
<section data-separator="^\n\n\n"
data-vertical="^\n\n"
data-markdown="slides/the_terminal.md"></section>
data-background="../img/whiteBG.jpg" data-markdown="slides/the_terminal.md"></section>
......@@ -73,7 +73,7 @@
<section data-separator="^\n\n\n"
data-vertical="^\n\n"
data-markdown="slides/what_is_git.md"></section>
data-background="../img/whiteBG.jpg" data-markdown="slides/what_is_git.md"></section>
......@@ -83,7 +83,7 @@
<section data-separator="^\n\n\n"
data-vertical="^\n\n"
data-markdown="slides/installation.md"></section>
data-background="../img/whiteBG.jpg" data-markdown="slides/installation.md"></section>
......@@ -93,7 +93,7 @@
<section data-separator="^\n\n\n"
data-vertical="^\n\n"
data-markdown="slides/essential_commands.md"></section>
data-background="../img/whiteBG.jpg" data-markdown="slides/essential_commands.md"></section>
......@@ -103,7 +103,7 @@
<section data-separator="^\n\n\n"
data-vertical="^\n\n"
data-markdown="slides/github_gitlab.md"></section>
data-background="../img/whiteBG.jpg" data-markdown="slides/github_gitlab.md"></section>
......@@ -113,7 +113,7 @@
<section data-separator="^\n\n\n"
data-vertical="^\n\n"
data-markdown="slides/branches.md"></section>
data-background="../img/whiteBG.jpg" data-markdown="slides/branches.md"></section>
......@@ -123,7 +123,7 @@
<section data-separator="^\n\n\n"
data-vertical="^\n\n"
data-markdown="slides/forks.md"></section>
data-background="../img/whiteBG.jpg" data-markdown="slides/forks.md"></section>
......@@ -133,7 +133,7 @@
<section data-separator="^\n\n\n"
data-vertical="^\n\n"
data-markdown="slides/thanks.md"></section>
data-background="../img/whiteBG.jpg" data-markdown="slides/thanks.md"></section>
......
## GitHub and GitLab
GitHub and GitLab are VCS systems.
GitHub is **public**, whereas GitLab is **restricted/private**.
Positive point: GitHub and GitLab are (almost) the same.
## GitHub
## GitLab
......@@ -2,7 +2,35 @@
<img src="img/github_app.png" class="as-is" height="300" />
[mac.github.com](http://mac.github.com) ou [windows.github.com](http://windows.github.com)
**Linux (Ubuntu)**
```sh
sudo apt-get install git-all
```
<br>
**macOS**
Install *Xcode Command Line Tools*
<br>
**Windows**
Follow instructions on *[git-for-windows.github.io](https://git-for-windows.github.io)*.
**or:** `MobaXTerm` with `git` plugin: *[mobaxterm.mobatek.net](https://mobaxterm.mobatek.net)*.
<small>More on *[git-scm.com/book/en/v2/Getting-Started-Installing-Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)*</small>
## How to start?
**Linux (Ubuntu)** and **macOS**
Start the terminal
<br>
**Windows**
Start `GUI Bash` or, if installed, `MobaXTerm`.
## Configuration
......
......@@ -8,46 +8,55 @@
{
"filename": "overview.md",
"attr": {
"data-background": "../img/whiteBG.jpg"
}
},
{
"filename": "the_terminal.md",
"attr": {
"data-background": "../img/whiteBG.jpg"
}
},
{
"filename": "what_is_git.md",
"attr": {
"data-background": "../img/whiteBG.jpg"
}
},
{
"filename": "installation.md",
"attr": {
"data-background": "../img/whiteBG.jpg"
}
},
{
"filename": "essential_commands.md",
"attr": {
"data-background": "../img/whiteBG.jpg"
}
},
{
"filename": "github_gitlab.md",
"attr": {
"data-background": "../img/whiteBG.jpg"
}
},
{
"filename": "branches.md",
"attr": {
"data-background": "../img/whiteBG.jpg"
}
},
{
"filename": "forks.md",
"attr": {
"data-background": "../img/whiteBG.jpg"
}
},
{
"filename": "thanks.md",
"attr": {
"data-background": "../img/whiteBG.jpg"
}
}
]
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