Skip to content

Commit 75904e9

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 6501e30 commit 75904e9

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.nojekyll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
71a35e9f
1+
253eeb63

content/git.html

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ <h1 class="title">git and github</h1>
173173
<li>when working in groups, it is best to store data elsewhere and have scripts that interact with your local copy of the data</li>
174174
</ol>
175175
<p>In my work, i use git to store text based code as a backup in case i make breaking changes to my analytical workflow that result in different results / different subsets of data etc.</p>
176+
<p>abcdefg</p>
176177

177178

178179

search.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"href": "content/git.html",
4343
"title": "git and github",
4444
"section": "",
45-
"text": "git is a difficult but extremely helpful tool for those of us that work with data.\ngit is a tool that tracks changes to your files and enables you to share those changes with others.\nThese git configured set of files are called repositories or repos and are organised in a structured way.\nA rather large caveat is that:\n\nit is very much not advised to store data in these projects on git\nwhen working in groups, it is best to store data elsewhere and have scripts that interact with your local copy of the data\n\nIn my work, i use git to store text based code as a backup in case i make breaking changes to my analytical workflow that result in different results / different subsets of data etc.",
45+
"text": "git is a difficult but extremely helpful tool for those of us that work with data.\ngit is a tool that tracks changes to your files and enables you to share those changes with others.\nThese git configured set of files are called repositories or repos and are organised in a structured way.\nA rather large caveat is that:\n\nit is very much not advised to store data in these projects on git\nwhen working in groups, it is best to store data elsewhere and have scripts that interact with your local copy of the data\n\nIn my work, i use git to store text based code as a backup in case i make breaking changes to my analytical workflow that result in different results / different subsets of data etc.\nabcdefg",
4646
"crumbs": [
4747
"Basics",
4848
"Git Basics"

sitemap.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://oddish3.github.io/rforhta/index.html</loc>
5-
<lastmod>2025-01-16T12:20:37.289Z</lastmod>
5+
<lastmod>2025-01-16T12:26:11.830Z</lastmod>
66
</url>
77
<url>
88
<loc>https://oddish3.github.io/rforhta/content/basicr.html</loc>
9-
<lastmod>2025-01-16T12:20:37.289Z</lastmod>
9+
<lastmod>2025-01-16T12:26:11.830Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://oddish3.github.io/rforhta/content/git.html</loc>
13-
<lastmod>2025-01-16T12:20:37.289Z</lastmod>
13+
<lastmod>2025-01-16T12:26:11.830Z</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://oddish3.github.io/rforhta/content/installr.html</loc>
17-
<lastmod>2025-01-16T12:20:37.289Z</lastmod>
17+
<lastmod>2025-01-16T12:26:11.830Z</lastmod>
1818
</url>
1919
</urlset>

0 commit comments

Comments
 (0)