Skip to content

Commit 7495946

Browse files
authored
Update GitHub-Guide.qmd
collapse callout
1 parent ad66a70 commit 7495946

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

GitHub-Guide.qmd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,9 @@ To push and pull changes to GitHub from your computer, you will need to authenti
105105

106106
Please see the NMFS Open Science Resource Book on [installing Git and Authenticating to GitHub](https://nmfs-opensci.github.io/ResourceBook/content/github/authenticating.html) for details on the specifics of set-up for RStudio, VSCode, terminal, etc.
107107

108-
::: {.callout-tip title="RStudio Users"}
109-
This is a callout with a title.
108+
::: {.callout-tip title="Git Authentication for RStudio Users" collapse="true"}
110109

111-
### Step 1
110+
**Step 1**
112111

113112
Go to Tools > Global Options > Git/SVN. Make sure the path to the git executible is there. Not there? Open a terminal and type `where git` (Windows) or `which git` (Mac). Copy the path shown into the git executible box. Still can't find the location of your git executible and you know it is installed (because you have, say, GitHub Desktop installed)?
114113

@@ -118,7 +117,7 @@ Go to Tools > Global Options > Git/SVN. Make sure the path to the git executible
118117
- C:/Users/your.username/AppData/Local/Programs/Git/bin/git.exe
119118
- C:/Users/your.username/AppData/Local/GitHubDesktop/app-2.8.3/resources/app/git/cmd/git.exe
120119

121-
### Step 2
120+
**Step 2**
122121

123122
Open up RStudio and run this from the console:
124123
```

0 commit comments

Comments
 (0)