Skip to content

Commit 8512b46

Browse files
committed
fix typo
1 parent 02b11cc commit 8512b46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/manual-git-rstudio.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ <h3 id="go-to-your-repo-on-github-to-verify">Go to your repo on GitHub to verify
602602
<h3 id="store-your-credentials-when-using-https">Store your credentials when using https</h3>
603603
<ol type="1">
604604
<li>Click on the <code>more</code> button in the <code>git pane</code> and select <code>shell</code></li>
605-
<li>Type <code>git config --global credential.helper manager</code></li>
605+
<li>Type <code>git config --global credential.helper store</code></li>
606606
<li>Type <code>exit</code> to quit the shell</li>
607607
<li>The next time <code>git</code> needs your credentials, it will ask them one more time and store them</li>
608608
</ol>

source/manual-git-rstudio.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ _TODO Stijn: how to set username and email?_
168168
### Store your credentials when using https
169169

170170
1. Click on the `more` button in the `git pane` and select `shell`
171-
1. Type `git config --global credential.helper manager`
171+
1. Type `git config --global credential.helper store`
172172
1. Type `exit` to quit the shell
173173
1. The next time `git` needs your credentials, it will ask them one more time and store them
174174

0 commit comments

Comments
 (0)