Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Jan 14, 2025
1 parent bf069d4 commit 73e9766
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c2c32354
845795a7
3 changes: 2 additions & 1 deletion basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,13 @@ <h3 data-number="1.1.3" class="anchored" data-anchor-id="talking-to-git"><span c
<h4 data-number="1.1.3.1" class="anchored" data-anchor-id="linking-with-rstudio"><span class="header-section-number">1.1.3.1</span> Linking with RStudio</h4>
<ol type="1">
<li><strong>Tell RStudio where to find the git programme</strong>: Under the Tools menu, open Global Options and go to the Git/SVN section. Then enable the version control interface and make sure RStudio knows where to find git. For MacOS, enter the path (which you can find by typing <code>which git</code> into your terminal), for Windows, find the git program in your Program Files.</li>
<li><strong>Configure Git</strong>: The easiest way to do this is in <code>R</code> through the {usethis} package (so install that if you don’t have it - install.packages(“usethis”)). and you can just run usethis::use_git_config(user.name=“Jane Doe”, user.email=“jane@example.org”) in your R console. Replace with your name and the email that is linked to your GitHub account</li>
<li><strong>Configure Git</strong>: The easiest way to do this is in <code>R</code> through the <code>{usethis}</code> package. and you can just run usethis::use_git_config(user.name=“Jane Doe”, user.email=“jane@example.org”) in your R console. Replace with your name and the email that is linked to your GitHub account</li>
<li><strong>Link your GitHub account</strong>: Now you need to link your GitHub account/credentials. The path of least resistance is going the HTTPS, personal access token (PAT) route. <a href="https://happygitwithr.com/https-pat">{usethis}</a> package, which outlines how to get a PAT and link that to your git credentials.</li>
</ol>
</section>
<section id="linking-with-vscode" class="level4" data-number="1.1.3.2">
<h4 data-number="1.1.3.2" class="anchored" data-anchor-id="linking-with-vscode"><span class="header-section-number">1.1.3.2</span> Linking with VSCode</h4>
<p>To get started with the GitHub in VS Code, you’ll need to create an account and install the <a href="https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github">GitHub Pull Requests and Issues extension</a>. Once you have installed the extension, you will need to sign in. Follow the prompts to authenticate with GitHub and return to VS Code.</p>
</section>
<section id="linking-with-terminal" class="level4 page-columns page-full" data-number="1.1.3.3">
<h4 data-number="1.1.3.3" class="anchored" data-anchor-id="linking-with-terminal"><span class="header-section-number">1.1.3.3</span> Linking with Terminal</h4>
Expand Down
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"href": "basics.html#getting-started",
"title": "1  The basics of GitHub",
"section": "",
"text": "1.1.1 Installing Git\nHere is a general guide for installing git for the different operating software.\n\nfor windows\nfor MacOS\nfor Linux\n\n\n\n1.1.2 Setting up\nIf you don’t already have one create a GitHub account.\n\n\n\n\n\n\nNote\n\n\n\nIf you are a university student you qualify for a free pro account\n\n\n\n\n1.1.3 Talking to git\nNow that you have installed git you need to link it to your GitHub account and make sure that the two are able to ‘talk’ to each other. Again there are many ways to set this up. We will discuss some of these approaches below.\n\n1.1.3.1 Linking with RStudio\n\nTell RStudio where to find the git programme: Under the Tools menu, open Global Options and go to the Git/SVN section. Then enable the version control interface and make sure RStudio knows where to find git. For MacOS, enter the path (which you can find by typing which git into your terminal), for Windows, find the git program in your Program Files.\nConfigure Git: The easiest way to do this is in R through the {usethis} package (so install that if you don’t have it - install.packages(“usethis”)). and you can just run usethis::use_git_config(user.name=“Jane Doe”, user.email=“jane@example.org”) in your R console. Replace with your name and the email that is linked to your GitHub account\nLink your GitHub account: Now you need to link your GitHub account/credentials. The path of least resistance is going the HTTPS, personal access token (PAT) route. {usethis} package, which outlines how to get a PAT and link that to your git credentials.\n\n\n\n1.1.3.2 Linking with VSCode\n\n\n1.1.3.3 Linking with Terminal\n\n\n\n\n\n#94: professortocat_v2 © GitHub, Inc.",
"text": "1.1.1 Installing Git\nHere is a general guide for installing git for the different operating software.\n\nfor windows\nfor MacOS\nfor Linux\n\n\n\n1.1.2 Setting up\nIf you don’t already have one create a GitHub account.\n\n\n\n\n\n\nNote\n\n\n\nIf you are a university student you qualify for a free pro account\n\n\n\n\n1.1.3 Talking to git\nNow that you have installed git you need to link it to your GitHub account and make sure that the two are able to ‘talk’ to each other. Again there are many ways to set this up. We will discuss some of these approaches below.\n\n1.1.3.1 Linking with RStudio\n\nTell RStudio where to find the git programme: Under the Tools menu, open Global Options and go to the Git/SVN section. Then enable the version control interface and make sure RStudio knows where to find git. For MacOS, enter the path (which you can find by typing which git into your terminal), for Windows, find the git program in your Program Files.\nConfigure Git: The easiest way to do this is in R through the {usethis} package. and you can just run usethis::use_git_config(user.name=“Jane Doe”, user.email=“jane@example.org”) in your R console. Replace with your name and the email that is linked to your GitHub account\nLink your GitHub account: Now you need to link your GitHub account/credentials. The path of least resistance is going the HTTPS, personal access token (PAT) route. {usethis} package, which outlines how to get a PAT and link that to your git credentials.\n\n\n\n1.1.3.2 Linking with VSCode\nTo get started with the GitHub in VS Code, you’ll need to create an account and install the GitHub Pull Requests and Issues extension. Once you have installed the extension, you will need to sign in. Follow the prompts to authenticate with GitHub and return to VS Code.\n\n\n1.1.3.3 Linking with Terminal\n\n\n\n\n\n#94: professortocat_v2 © GitHub, Inc.",
"crumbs": [
"Gitting Started",
"<span class='chapter-number'>1</span>  <span class='chapter-title'>The basics of GitHub</span>"
Expand Down

0 comments on commit 73e9766

Please sign in to comment.