Skip to content

Commit cd1ea71

Browse files
committed
mention that the .gitignore details will be handled later
1 parent ce07424 commit cd1ea71

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/manual-git-rstudio.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,8 @@ <h3 id="clone-a-repo-to-work-locally">Clone a repo to work locally</h3>
543543
<h3 id="gitignore">.gitignore</h3>
544544
<ol type="1">
545545
<li>RStudio will always add <code>.gitignore</code> if it doesn’t exists</li>
546-
<li>go to <code>git</code> pane, right click <code>.Proj</code> and select <code>Ìgnore</code></li>
547-
<li>Update .gitignore<code>and click</code>Save`</li>
546+
<li>Go to <code>git</code> pane, right click <code>.Proj</code> and select <code>Ìgnore</code></li>
547+
<li>Update <code>.gitignore</code> and click <code>Save</code>. More details later.</li>
548548
</ol>
549549
<p><img src="manual-git/gitignore-rstudio1.png" alt="Ignore a file" style="width:30.0%" /></p>
550550
<p><img src="manual-git/gitignore-rstudio2.png" alt="Update .gitignore" style="width:20.0%" /></p>

source/manual-git-rstudio.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ _TODO Stijn: how to set username and email?_
107107
### .gitignore
108108

109109
1. RStudio will always add `.gitignore` if it doesn't exists
110-
1. go to `git` pane, right click `.Proj` and select `Ìgnore`
111-
1. Update .gitignore` and click `Save`
110+
1. Go to `git` pane, right click `.Proj` and select `Ìgnore`
111+
1. Update `.gitignore` and click `Save`. More details later.
112112

113113
![Ignore a file](manual-git/gitignore-rstudio1.png){width=30%}
114114

0 commit comments

Comments
 (0)