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 Nov 21, 2024
1 parent 99ea68f commit b3c7e68
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
951440ad
99a1519d
11 changes: 10 additions & 1 deletion git-refresher/clone-a-repo.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ <h2 class="anchored" data-anchor-id="step-1-get-the-repository-clone-link">Step
<p>a. Go to the <a href="https://github.com/dfe-analytical-services/git-academy-sandbox">git-academy-sandbox</a> repository page on GitHub.</p>
<p>b. Click the “Code” button and copy the URL (HTTPS link).</p>
<div class="tabset-margin-container"></div><div class="panel-tabset">
<ul class="nav nav-tabs" role="tablist"><li class="nav-item" role="presentation"><a class="nav-link active" id="tabset-1-1-tab" data-bs-toggle="tab" data-bs-target="#tabset-1-1" role="tab" aria-controls="tabset-1-1" aria-selected="true" aria-current="page">To Clone Using Git Bash:</a></li><li class="nav-item" role="presentation"><a class="nav-link" id="tabset-1-2-tab" data-bs-toggle="tab" data-bs-target="#tabset-1-2" role="tab" aria-controls="tabset-1-2" aria-selected="false">Or, to Clone Using RStudio:</a></li></ul>
<ul class="nav nav-tabs" role="tablist"><li class="nav-item" role="presentation"><a class="nav-link active" id="tabset-1-1-tab" data-bs-toggle="tab" data-bs-target="#tabset-1-1" role="tab" aria-controls="tabset-1-1" aria-selected="true" aria-current="page">Git Bash:</a></li><li class="nav-item" role="presentation"><a class="nav-link" id="tabset-1-2-tab" data-bs-toggle="tab" data-bs-target="#tabset-1-2" role="tab" aria-controls="tabset-1-2" aria-selected="false">GitHub Desktop</a></li><li class="nav-item" role="presentation"><a class="nav-link" id="tabset-1-3-tab" data-bs-toggle="tab" data-bs-target="#tabset-1-3" role="tab" aria-controls="tabset-1-3" aria-selected="false">VS Code</a></li><li class="nav-item" role="presentation"><a class="nav-link" id="tabset-1-4-tab" data-bs-toggle="tab" data-bs-target="#tabset-1-4" role="tab" aria-controls="tabset-1-4" aria-selected="false">RStudio:</a></li><li class="nav-item" role="presentation"><a class="nav-link" id="tabset-1-5-tab" data-bs-toggle="tab" data-bs-target="#tabset-1-5" role="tab" aria-controls="tabset-1-5" aria-selected="false">PyCharm</a></li></ul>
<div class="tab-content">
<div id="tabset-1-1" class="tab-pane active" role="tabpanel" aria-labelledby="tabset-1-1-tab">
<section id="step-2a-open-folder-and-git-bash" class="level3">
Expand Down Expand Up @@ -340,6 +340,12 @@ <h3 class="anchored" data-anchor-id="step-2c-verify-the-clone-in-git-bash">Step
</section>
</div>
<div id="tabset-1-2" class="tab-pane" role="tabpanel" aria-labelledby="tabset-1-2-tab">

</div>
<div id="tabset-1-3" class="tab-pane" role="tabpanel" aria-labelledby="tabset-1-3-tab">

</div>
<div id="tabset-1-4" class="tab-pane" role="tabpanel" aria-labelledby="tabset-1-4-tab">
<section id="step-2a-open-rstudio" class="level3">
<h3 class="anchored" data-anchor-id="step-2a-open-rstudio">Step 2a: Open RStudio</h3>
<p>Open RStudio on your device.</p>
Expand All @@ -359,6 +365,9 @@ <h3 class="anchored" data-anchor-id="step-2c-verify-the-clone">Step 2c: Verify t
<p>Check the Files pane in RStudio to see if the repo files have been cloned to your local machine. The files pane normally opens in the right-hand bottom corner of RStudio.</p>
<p><img src="images/clone_rstudio-files.png" class="img-fluid"></p>
</section>
</div>
<div id="tabset-1-5" class="tab-pane" role="tabpanel" aria-labelledby="tabset-1-5-tab">

</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"href": "git-refresher/clone-a-repo.html#step-1-get-the-repository-clone-link",
"title": "Cloning a repository",
"section": "Step 1: Get the repository clone link",
"text": "Step 1: Get the repository clone link\na. Go to the git-academy-sandbox repository page on GitHub.\nb. Click the “Code” button and copy the URL (HTTPS link).\n\nTo Clone Using Git Bash:Or, to Clone Using RStudio:\n\n\n\nStep 2a: Open folder and Git Bash\nNavigate to the folder on your device where you want to clone the repo. Right-click in the directory and select “Git Bash Here”.\n\n\n\nStep 2b: Clone the Repository in Git Bash\n\nIn the Git Bash window that opens, use the `git clone` command followed by the URL you copied from GitHub. For this repo, we would enter:\n\ngit clone https://github.com/dfe-analytical-services/git-academy-sandbox.git\nYou will need to right-click to paste, as the keyboard shortcut will not work in Git Bash and then press enter.\n\n\nStep 2c: Verify the clone in Git Bash\n\nNavigate into the repo by typing cd git-academy-sandbox and pressing enter.\nYou should now see the current branch name (e.g. main) at the end of the file path as below:\n\n\n\n\n\n\n\nType git log and press enter to view recent commits. Press q when you are ready to exit git log.\nType git status and press enter to check the state of the cloned repository (at this point, it should say everything is up to date, as you haven’t made any changes yet).\n\n\n\n\n\nStep 2a: Open RStudio\nOpen RStudio on your device.\n\n\nStep 2b: Clone the Repository in RStudio\n\nIn RStudio, go to File &gt; New Project &gt; Version Control &gt; Git.\nPaste the URL you copied from GitHub into the “Repository URL” field.\nChoose a directory on your device where you want to save the repo.\nClick “Create Project”.\n\n\n\n\nStep 2c: Verify the Clone\nCheck the Files pane in RStudio to see if the repo files have been cloned to your local machine. The files pane normally opens in the right-hand bottom corner of RStudio.",
"text": "Step 1: Get the repository clone link\na. Go to the git-academy-sandbox repository page on GitHub.\nb. Click the “Code” button and copy the URL (HTTPS link).\n\nGit Bash:GitHub DesktopVS CodeRStudio:PyCharm\n\n\n\nStep 2a: Open folder and Git Bash\nNavigate to the folder on your device where you want to clone the repo. Right-click in the directory and select “Git Bash Here”.\n\n\n\nStep 2b: Clone the Repository in Git Bash\n\nIn the Git Bash window that opens, use the `git clone` command followed by the URL you copied from GitHub. For this repo, we would enter:\n\ngit clone https://github.com/dfe-analytical-services/git-academy-sandbox.git\nYou will need to right-click to paste, as the keyboard shortcut will not work in Git Bash and then press enter.\n\n\nStep 2c: Verify the clone in Git Bash\n\nNavigate into the repo by typing cd git-academy-sandbox and pressing enter.\nYou should now see the current branch name (e.g. main) at the end of the file path as below:\n\n\n\n\n\n\n\nType git log and press enter to view recent commits. Press q when you are ready to exit git log.\nType git status and press enter to check the state of the cloned repository (at this point, it should say everything is up to date, as you haven’t made any changes yet).\n\n\n\n\n\n\n\n\n\n\n\nStep 2a: Open RStudio\nOpen RStudio on your device.\n\n\nStep 2b: Clone the Repository in RStudio\n\nIn RStudio, go to File &gt; New Project &gt; Version Control &gt; Git.\nPaste the URL you copied from GitHub into the “Repository URL” field.\nChoose a directory on your device where you want to save the repo.\nClick “Create Project”.\n\n\n\n\nStep 2c: Verify the Clone\nCheck the Files pane in RStudio to see if the repo files have been cloned to your local machine. The files pane normally opens in the right-hand bottom corner of RStudio.",
"crumbs": [
"Git basics refresher",
"Cloning a repository"
Expand Down
20 changes: 10 additions & 10 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,42 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://dfe-analytical-services.github.io/git-academy/index.html</loc>
<lastmod>2024-11-21T14:11:44.796Z</lastmod>
<lastmod>2024-11-21T14:14:37.166Z</lastmod>
</url>
<url>
<loc>https://dfe-analytical-services.github.io/git-academy/git-refresher/clone-a-repo.html</loc>
<lastmod>2024-11-21T14:11:44.796Z</lastmod>
<lastmod>2024-11-21T14:14:37.162Z</lastmod>
</url>
<url>
<loc>https://dfe-analytical-services.github.io/git-academy/git-refresher/syncing-changes-to-remote.html</loc>
<lastmod>2024-11-21T14:11:44.796Z</lastmod>
<lastmod>2024-11-21T14:14:37.166Z</lastmod>
</url>
<url>
<loc>https://dfe-analytical-services.github.io/git-academy/ch1-introduction/why-use-git.html</loc>
<lastmod>2024-11-21T14:11:44.796Z</lastmod>
<lastmod>2024-11-21T14:14:37.162Z</lastmod>
</url>
<url>
<loc>https://dfe-analytical-services.github.io/git-academy/ch1-introduction/git-versus-devops.html</loc>
<lastmod>2024-11-21T14:11:44.796Z</lastmod>
<lastmod>2024-11-21T14:14:37.162Z</lastmod>
</url>
<url>
<loc>https://dfe-analytical-services.github.io/git-academy/pre-requisites.html</loc>
<lastmod>2024-11-21T14:11:44.796Z</lastmod>
<lastmod>2024-11-21T14:14:37.166Z</lastmod>
</url>
<url>
<loc>https://dfe-analytical-services.github.io/git-academy/ch1-introduction/aims-scope.html</loc>
<lastmod>2024-11-21T14:11:44.796Z</lastmod>
<lastmod>2024-11-21T14:14:37.162Z</lastmod>
</url>
<url>
<loc>https://dfe-analytical-services.github.io/git-academy/git-refresher/recording-changes.html</loc>
<lastmod>2024-11-21T14:11:44.796Z</lastmod>
<lastmod>2024-11-21T14:14:37.166Z</lastmod>
</url>
<url>
<loc>https://dfe-analytical-services.github.io/git-academy/git-refresher/making-a-branch.html</loc>
<lastmod>2024-11-21T14:11:44.796Z</lastmod>
<lastmod>2024-11-21T14:14:37.166Z</lastmod>
</url>
<url>
<loc>https://dfe-analytical-services.github.io/git-academy/git-refresher/moving-between-branches.html</loc>
<lastmod>2024-11-21T14:11:44.796Z</lastmod>
<lastmod>2024-11-21T14:14:37.166Z</lastmod>
</url>
</urlset>

0 comments on commit b3c7e68

Please sign in to comment.