Skip to content
Snippets Groups Projects
Commit 9cb81fab authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'fixes' into 'develop'

Fixes after review of SIU presentation

See merge request !51
parents 2c2bb45c 2334c9ed
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,7 @@ ...@@ -3,9 +3,7 @@
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" style="width: 200px;"/> <img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" style="width: 200px;"/>
<img src="https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-extra-whitespace.png" alt="GitLab" style="width: 200px;"/> <img src="https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-extra-whitespace.png" alt="GitLab" style="width: 200px;"/>
GitHub and GitLab are VCS systems. GitHub and GitLab are online platforms for developing code using the VCS system `git`.
GitHub/Gitlab are both **publicly available**, but GitLab can be **on-premise**.
Positive point: GitHub and GitLab are (almost) the same. Positive point: GitHub and GitLab are (almost) the same.
......
...@@ -65,5 +65,5 @@ $ mv myFile.m myNewDirectory/. ...@@ -65,5 +65,5 @@ $ mv myFile.m myNewDirectory/.
Rename a file or a directory Rename a file or a directory
```bash ```bash
$ mv myFile.m myNewFile.m $ mv myFile.m myNewFile.m
$ mv myNewDirectory myDirectory $ mv myDirectory myNewDirectory
``` ```
\ No newline at end of file
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