Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elisemaigne
Ecosystème git
Commits
2d964470
Commit
2d964470
authored
Feb 18, 2022
by
Elise Maigne
Browse files
correct images size to print pdf
parent
dc37670e
Pipeline
#50879
passed with stage
in 1 minute and 40 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
images/commits_gitk.png
View replaced file @
dc37670e
View file @
2d964470
161 KB
|
W:
|
H:
160 KB
|
W:
|
H:
2-up
Swipe
Onion skin
images/gitdiff.png
View replaced file @
dc37670e
View file @
2d964470
78.6 KB
|
W:
|
H:
35.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
presentation.Rmd
View file @
2d964470
...
...
@@ -110,7 +110,7 @@ class: center, middle
.right-column[
#### Sur [forgemia.inra.fr](https://forgemia.inra.fr/elisemaigne/2021_git/-/tree/main) :
<img src="images/capture_ecran_forgemia.png", width = "
8
0%">
<img src="images/capture_ecran_forgemia.png", width = "
6
0%">
]
---
...
...
@@ -372,12 +372,13 @@ Enregistre tous les changements (commits) et permet de partager son dépôt.
---
# Un projet versionné = une succession de commits.
#### Exemple sur forgemia
https://forgemia.inra.fr/elise.maigne/2021_git/-/commits/main
#### Exemple sur forgemia : https://forgemia.inra.fr/elise.maigne/2021_git/-/commits/main
#### Exemple avec gitk
<img src="images/commits_gitk.png", width="80%">
<center>
<img src="images/commits_gitk.png", width="60%">
</center>
---
# Un commit = un point d'étape
...
...
@@ -930,12 +931,13 @@ name: diff
git diff
```

<img src="
images/gitdiff.png
">
---
name: yml
## Exemple de fichier yml (nom de fichier = .gitlab-ci.yml)
.tiny[
```{yml, eval=FALSE}
pages:
stage: deploy
...
...
@@ -950,11 +952,13 @@ pages:
only:
- main
```
]
---
name: yml2
## Exemple de fichier yml (nom de fichier = .gitlab-ci.yml)
.tiny[
```{yml, eval=FALSE}
# J'appelle une image docker qui contient R, rmarkdown, ... https://hub.docker.com/r/rocker/verse
image: rocker/verse:4.0.0
...
...
@@ -982,6 +986,6 @@ pages:
- main
interruptible: true
```
]
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