Skip to content

Commit d6f07fc

Browse files
committed
add screenshots on .gitignore
1 parent 9e340ab commit d6f07fc

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

docs/manual-git-rstudio.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -828,12 +828,9 @@ <h3 id="exclude-files">Exclude files</h3>
828828
<section class="slide level2">
829829

830830
<h3 id="exclude-files-1">Exclude files</h3>
831-
<p>TODO-Thierry: update fig to rstudio <img src="manual-git/ignore-1.png" alt="Ignore file" /></p>
832-
</section>
833-
<section class="slide level2">
834-
835-
<h3 id="exclude-files-2">Exclude files</h3>
836-
<p>TODO-Thierry: update fig to rstudio <img src="manual-git/ignore-2.png" alt="Ignore file" /></p>
831+
<p><img src="manual-git/gitignore-rstudio1.png" alt="Ignore a file" style="width:30.0%" /></p>
832+
<p>Note that you can use wild cards e.g. <code>*.Rproj</code></p>
833+
<p><img src="manual-git/gitignore-rstudio2.png" alt="Update .gitignore" style="width:30.0%" /></p>
837834
</section>
838835
<section id="working-together" class="slide level2" data-background="#c2c444">
839836
<h1>Working together</h1>

source/manual-git-rstudio.Rmd

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -404,15 +404,11 @@ This will also activate the `pull` and `push` buttons
404404
405405
### Exclude files
406406
407-
TODO-Thierry: update fig to rstudio
408-
![Ignore file](manual-git/ignore-1.png)
409-
410-
---
407+
![Ignore a file](manual-git/gitignore-rstudio1.png){width=30%}
411408
412-
### Exclude files
409+
Note that you can use wild cards e.g. `*.Rproj`
413410
414-
TODO-Thierry: update fig to rstudio
415-
![Ignore file](manual-git/ignore-2.png)
411+
![Update .gitignore](manual-git/gitignore-rstudio2.png){width=30%}
416412
417413
---
418414

0 commit comments

Comments
 (0)