Skip to content

Commit 8ff9e93

Browse files
committed
solve conflicts
1 parent 327db15 commit 8ff9e93

6 files changed

Lines changed: 17 additions & 5 deletions

File tree

docs/manual-git-rstudio.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,12 +656,19 @@ <h3 id="create-a-conflict">Create a conflict</h3>
656656

657657
<h3 id="conflict">Conflict!</h3>
658658
<p>Try to push (click <code>push</code>) your local changes</p>
659-
<p>TODO-Thierry: update fig to rstudio <img src="manual-git/conflict.png" alt="Conflict" /></p>
659+
<p><img src="manual-git/conflict-rstudio1.png" alt="Conflict" /></p>
660660
</section>
661661
<section class="slide level2">
662662

663663
<h3 id="keep-calm-and-resolve-conflict">Keep calm and resolve conflict</h3>
664-
<p>TODO-Thierry: check if correct</p>
664+
<ol type="1">
665+
<li>Click <code>Pull</code> to download the changes from Github</li>
666+
</ol>
667+
<p><img src="manual-git/conflict-rstudio2.png" alt="Conflict" /></p>
668+
</section>
669+
<section class="slide level2">
670+
671+
<h3 id="keep-calm-and-resolve-conflict-1">Keep calm and resolve conflict</h3>
665672
<ol type="1">
666673
<li><p>Open <code>README.md</code> in RStudio:</p>
667674
<pre><code>&lt;&lt;&lt;&lt;&lt;&lt;&lt; HEAD
22.7 KB
Loading
16.3 KB
Loading

source/manual-git-rstudio.Rmd

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,19 @@ on a line you also edited locally
222222

223223
Try to push (click `push`) your local changes
224224

225-
TODO-Thierry: update fig to rstudio
226-
![Conflict](manual-git/conflict.png)
225+
![Conflict](manual-git/conflict-rstudio1.png)
227226

228227
---
229228

230229
### Keep calm and resolve conflict
231230

232-
TODO-Thierry: check if correct
231+
1. Click `Pull` to download the changes from Github
232+
233+
![Conflict](manual-git/conflict-rstudio2.png)
234+
235+
---
236+
237+
### Keep calm and resolve conflict
233238

234239
1. Open `README.md` in RStudio:
235240

22.7 KB
Loading
16.3 KB
Loading

0 commit comments

Comments
 (0)