Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
courses
Commits
9cb81fab
Commit
9cb81fab
authored
Oct 03, 2019
by
Laurent Heirendt
✈
Browse files
Merge branch 'fixes' into 'develop'
Fixes after review of SIU presentation See merge request
R3/school/courses!51
parents
2c2bb45c
2334c9ed
Pipeline
#14532
passed with stage
in 1 minute and 35 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
2019/2019-10-03_basicGitTraining-SIU/slides/github_gitlab.md
View file @
9cb81fab
...
...
@@ -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://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/Gitlab are both
**publicly available**
, but GitLab can be
**on-premise**
.
GitHub and GitLab are online platforms for developing code using the VCS system
`git`
.
Positive point: GitHub and GitLab are (almost) the same.
...
...
2019/2019-10-03_basicGitTraining-SIU/slides/the_terminal.md
View file @
9cb81fab
...
...
@@ -65,5 +65,5 @@ $ mv myFile.m myNewDirectory/.
Rename a file or a directory
```
bash
$
mv
myFile.m myNewFile.m
$
mv
my
New
Directory myDirectory
$
mv
myDirectory my
New
Directory
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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