Tracking Changes
-Last updated on 2024-09-29 | +
Last updated on 2024-10-08 | Edit this page
@@ -642,7 +642,7 @@OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -705,7 +705,7 @@ OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -1351,7 +1351,7 @@ Key Points
"url": "https://swcarpentry.github.io/git-novice/04-changes.html",
"identifier": "https://swcarpentry.github.io/git-novice/04-changes.html",
"dateCreated": "2014-12-04",
- "dateModified": "2024-09-29",
+ "dateModified": "2024-10-08",
"datePublished": "2024-10-08"
}
diff --git a/06-ignore.html b/06-ignore.html
index 2730d644db..2f1aa71e09 100644
--- a/06-ignore.html
+++ b/06-ignore.html
@@ -562,7 +562,7 @@ BASH
Show me the solution
-
+
If you only want to ignore the contents of
receipts/plots
, you can change your .gitignore
@@ -603,7 +603,7 @@
Including Specific Files
-
+
You would add the following two lines to your .gitignore:
@@ -651,7 +651,7 @@ BASH
Show me the solution
-
+
If you want to ignore the contents of receipts/
but not
those of receipts/data/
, you can change your
@@ -698,7 +698,7 @@
BASH
Show me the solution
-
+
Appending receipts/data/market_position/gps/*.dat
will
match every file in receipts/data/market_position/gps
that
@@ -736,7 +736,7 @@
BASH
Show me the solution
-
+
In the .gitignore
file, write:
@@ -774,7 +774,7 @@ BASH
Show me the solution
-
+
The !
modifier will negate an entry from a previously
defined ignore pattern. Because the !*.csv
entry negates
@@ -815,7 +815,7 @@
Log Files
-
+
- append either
log_*
or log*
as a new entry
in your .gitignore
diff --git a/09-conflict.html b/09-conflict.html
index 268c8e31d8..b6c168bab5 100644
--- a/09-conflict.html
+++ b/09-conflict.html
@@ -811,7 +811,7 @@ Conflicts on Non-textual files
-
+
Let’s try it. Suppose Alfredo takes a picture of its guacamole and
calls it guacamole.jpg
.
@@ -1029,7 +1029,7 @@ A Typical Work Session
-
+
order
action . . . . . .
diff --git a/aio.html b/aio.html
index 8cc7785ed0..328d6a0ace 100644
--- a/aio.html
+++ b/aio.html
@@ -570,7 +570,7 @@ Paper Writing
-
+
Recovering the excellent version is only possible if you created
@@ -1185,7 +1185,7 @@
Key Points
Content from Tracking Changes
-Last updated on 2024-09-29 |
+
Last updated on 2024-10-08 |
Edit this page
@@ -1444,7 +1444,7 @@ OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -1509,7 +1509,7 @@ OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -2934,7 +2934,7 @@ BASH
Show me the solution
-
+
If you only want to ignore the contents of
receipts/plots
, you can change your .gitignore
@@ -2975,7 +2975,7 @@
Including Specific Files
-
+
You would add the following two lines to your .gitignore:
@@ -3023,7 +3023,7 @@ BASH
Show me the solution
-
+
If you want to ignore the contents of receipts/
but not
those of receipts/data/
, you can change your
@@ -3070,7 +3070,7 @@
BASH
Show me the solution
-
+
Appending receipts/data/market_position/gps/*.dat
will
match every file in receipts/data/market_position/gps
that
@@ -3108,7 +3108,7 @@
BASH
Show me the solution
-
+
In the .gitignore
file, write:
@@ -3146,7 +3146,7 @@ BASH
Show me the solution
-
+
The !
modifier will negate an entry from a previously
defined ignore pattern. Because the !*.csv
entry negates
@@ -3189,7 +3189,7 @@
Log Files
-
+
- append either
log_*
or log*
as a new entry
@@ -4633,7 +4633,7 @@ Conflicts on Non-textual files
-
+
Let’s try it. Suppose Alfredo takes a picture of its guacamole and
calls it guacamole.jpg
.
@@ -4876,7 +4876,7 @@ A Typical Work Session
-
+
diff --git a/discuss.html b/discuss.html
index 927f35ab42..19097e4a4c 100644
--- a/discuss.html
+++ b/discuss.html
@@ -856,7 +856,7 @@ OUTPUT<
-
+
To do this, your .gitignore would look like this:
diff --git a/instructor/01-basics.html b/instructor/01-basics.html
index 6f8d747946..2be9f9e68e 100644
--- a/instructor/01-basics.html
+++ b/instructor/01-basics.html
@@ -496,7 +496,7 @@ Paper Writing
-
+
Recovering the excellent version is only possible if you created
a copy of the old version of the paper. The danger of losing good
diff --git a/instructor/04-changes.html b/instructor/04-changes.html
index d2906da05d..eb62e3007b 100644
--- a/instructor/04-changes.html
+++ b/instructor/04-changes.html
@@ -381,7 +381,7 @@
Tracking Changes
- Last updated on 2024-09-29 |
+
Last updated on 2024-10-08 |
Edit this page
@@ -644,7 +644,7 @@ OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -707,7 +707,7 @@ OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -1353,7 +1353,7 @@ Key Points
"url": "https://swcarpentry.github.io/git-novice/instructor/04-changes.html",
"identifier": "https://swcarpentry.github.io/git-novice/instructor/04-changes.html",
"dateCreated": "2014-12-04",
- "dateModified": "2024-09-29",
+ "dateModified": "2024-10-08",
"datePublished": "2024-10-08"
}
diff --git a/instructor/06-ignore.html b/instructor/06-ignore.html
index a328b37f5e..2587c02da3 100644
--- a/instructor/06-ignore.html
+++ b/instructor/06-ignore.html
@@ -564,7 +564,7 @@ BASH
Show me the solution
-
+
If you only want to ignore the contents of
receipts/plots
, you can change your .gitignore
@@ -605,7 +605,7 @@
Including Specific Files
-
+
You would add the following two lines to your .gitignore:
@@ -653,7 +653,7 @@ BASH
Show me the solution
-
+
If you want to ignore the contents of receipts/
but not
those of receipts/data/
, you can change your
@@ -700,7 +700,7 @@
BASH
Show me the solution
-
+
Appending receipts/data/market_position/gps/*.dat
will
match every file in receipts/data/market_position/gps
that
@@ -738,7 +738,7 @@
BASH
Show me the solution
-
+
In the .gitignore
file, write:
@@ -776,7 +776,7 @@ BASH
Show me the solution
-
+
The !
modifier will negate an entry from a previously
defined ignore pattern. Because the !*.csv
entry negates
@@ -817,7 +817,7 @@
Log Files
-
+
- append either
log_*
or log*
as a new entry
in your .gitignore
diff --git a/instructor/09-conflict.html b/instructor/09-conflict.html
index 32965f45e5..d0da301674 100644
--- a/instructor/09-conflict.html
+++ b/instructor/09-conflict.html
@@ -813,7 +813,7 @@ Conflicts on Non-textual files
-
+
Let’s try it. Suppose Alfredo takes a picture of its guacamole and
calls it guacamole.jpg
.
@@ -1031,7 +1031,7 @@ A Typical Work Session
-
+
order
action . . . . . .
diff --git a/instructor/aio.html b/instructor/aio.html
index 5a111f93a2..ef4cb25526 100644
--- a/instructor/aio.html
+++ b/instructor/aio.html
@@ -573,7 +573,7 @@ Paper Writing
-
+
Recovering the excellent version is only possible if you created
@@ -1190,7 +1190,7 @@
Key Points
Content from Tracking Changes
-Last updated on 2024-09-29 |
+
Last updated on 2024-10-08 |
Edit this page
Estimated time: 20 minutes
@@ -1450,7 +1450,7 @@ OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -1515,7 +1515,7 @@ OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -2942,7 +2942,7 @@ BASH
Show me the solution
-
+
If you only want to ignore the contents of
receipts/plots
, you can change your .gitignore
@@ -2983,7 +2983,7 @@
Including Specific Files
-
+
You would add the following two lines to your .gitignore:
@@ -3031,7 +3031,7 @@ BASH
Show me the solution
-
+
If you want to ignore the contents of receipts/
but not
those of receipts/data/
, you can change your
@@ -3078,7 +3078,7 @@
BASH
Show me the solution
-
+
Appending receipts/data/market_position/gps/*.dat
will
match every file in receipts/data/market_position/gps
that
@@ -3116,7 +3116,7 @@
BASH
Show me the solution
-
+
In the .gitignore
file, write:
@@ -3154,7 +3154,7 @@ BASH
Show me the solution
-
+
The !
modifier will negate an entry from a previously
defined ignore pattern. Because the !*.csv
entry negates
@@ -3197,7 +3197,7 @@
Log Files
-
+
- append either
log_*
or log*
as a new entry
@@ -4644,7 +4644,7 @@ Conflicts on Non-textual files
-
+
Let’s try it. Suppose Alfredo takes a picture of its guacamole and
calls it guacamole.jpg
.
@@ -4887,7 +4887,7 @@ A Typical Work Session
-
+
diff --git a/instructor/discuss.html b/instructor/discuss.html
index ffb459ea74..7854754dea 100644
--- a/instructor/discuss.html
+++ b/instructor/discuss.html
@@ -858,7 +858,7 @@ OUTPUT<
-
+
To do this, your .gitignore would look like this:
diff --git a/md5sum.txt b/md5sum.txt
index 4ae4ae1d3e..efb0454334 100644
--- a/md5sum.txt
+++ b/md5sum.txt
@@ -6,7 +6,7 @@
"episodes/01-basics.md" "78184e84f5bf3b0dd88de3918e927591" "site/built/01-basics.md" "2024-06-20"
"episodes/02-setup.md" "ff206706b9e5521d474bd7b8e8ccc832" "site/built/02-setup.md" "2024-09-29"
"episodes/03-create.md" "c1198fc3106059d83fd8078d57fbbfef" "site/built/03-create.md" "2024-09-29"
-"episodes/04-changes.md" "1ab3092e5e56fae93d4532b82280baf7" "site/built/04-changes.md" "2024-09-29"
+"episodes/04-changes.md" "424d2f82315f1b95ea4e6311cf4da5b3" "site/built/04-changes.md" "2024-10-08"
"episodes/05-history.md" "c535c544c5d01637f78f2cc6031196cb" "site/built/05-history.md" "2024-10-08"
"episodes/06-ignore.md" "3a56f9255434111624a69a81713d00e4" "site/built/06-ignore.md" "2024-09-29"
"episodes/07-github.md" "cc33245b998145b54cfbfc1a647a523d" "site/built/07-github.md" "2024-10-08"
diff --git a/pkgdown.yml b/pkgdown.yml
index bae5a0a822..410b425c99 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -2,4 +2,4 @@ pandoc: 3.1.11
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-10-08T13:18Z
+last_built: 2024-10-08T13:33Z
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -705,7 +705,7 @@ OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -1351,7 +1351,7 @@ Key Points
"url": "https://swcarpentry.github.io/git-novice/04-changes.html",
"identifier": "https://swcarpentry.github.io/git-novice/04-changes.html",
"dateCreated": "2014-12-04",
- "dateModified": "2024-09-29",
+ "dateModified": "2024-10-08",
"datePublished": "2024-10-08"
}
diff --git a/06-ignore.html b/06-ignore.html
index 2730d644db..2f1aa71e09 100644
--- a/06-ignore.html
+++ b/06-ignore.html
@@ -562,7 +562,7 @@ BASH
Show me the solution
-
+
If you only want to ignore the contents of
receipts/plots
, you can change your .gitignore
@@ -603,7 +603,7 @@
Including Specific Files
-
+
You would add the following two lines to your .gitignore:
@@ -651,7 +651,7 @@ BASH
Show me the solution
-
+
If you want to ignore the contents of receipts/
but not
those of receipts/data/
, you can change your
@@ -698,7 +698,7 @@
BASH
Show me the solution
-
+
Appending receipts/data/market_position/gps/*.dat
will
match every file in receipts/data/market_position/gps
that
@@ -736,7 +736,7 @@
BASH
Show me the solution
-
+
In the .gitignore
file, write:
@@ -774,7 +774,7 @@ BASH
Show me the solution
-
+
The !
modifier will negate an entry from a previously
defined ignore pattern. Because the !*.csv
entry negates
@@ -815,7 +815,7 @@
Log Files
-
+
- append either
log_*
or log*
as a new entry
in your .gitignore
diff --git a/09-conflict.html b/09-conflict.html
index 268c8e31d8..b6c168bab5 100644
--- a/09-conflict.html
+++ b/09-conflict.html
@@ -811,7 +811,7 @@ Conflicts on Non-textual files
-
+
Let’s try it. Suppose Alfredo takes a picture of its guacamole and
calls it guacamole.jpg
.
@@ -1029,7 +1029,7 @@ A Typical Work Session
-
+
order
action . . . . . .
diff --git a/aio.html b/aio.html
index 8cc7785ed0..328d6a0ace 100644
--- a/aio.html
+++ b/aio.html
@@ -570,7 +570,7 @@ Paper Writing
-
+
Recovering the excellent version is only possible if you created
@@ -1185,7 +1185,7 @@
Key Points
Content from Tracking Changes
-Last updated on 2024-09-29 |
+
Last updated on 2024-10-08 |
Edit this page
@@ -1444,7 +1444,7 @@ OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -1509,7 +1509,7 @@ OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -2934,7 +2934,7 @@ BASH
Show me the solution
-
+
If you only want to ignore the contents of
receipts/plots
, you can change your .gitignore
@@ -2975,7 +2975,7 @@
Including Specific Files
-
+
You would add the following two lines to your .gitignore:
@@ -3023,7 +3023,7 @@ BASH
Show me the solution
-
+
If you want to ignore the contents of receipts/
but not
those of receipts/data/
, you can change your
@@ -3070,7 +3070,7 @@
BASH
Show me the solution
-
+
Appending receipts/data/market_position/gps/*.dat
will
match every file in receipts/data/market_position/gps
that
@@ -3108,7 +3108,7 @@
BASH
Show me the solution
-
+
In the .gitignore
file, write:
@@ -3146,7 +3146,7 @@ BASH
Show me the solution
-
+
The !
modifier will negate an entry from a previously
defined ignore pattern. Because the !*.csv
entry negates
@@ -3189,7 +3189,7 @@
Log Files
-
+
- append either
log_*
or log*
as a new entry
@@ -4633,7 +4633,7 @@ Conflicts on Non-textual files
-
+
Let’s try it. Suppose Alfredo takes a picture of its guacamole and
calls it guacamole.jpg
.
@@ -4876,7 +4876,7 @@ A Typical Work Session
-
+
diff --git a/discuss.html b/discuss.html
index 927f35ab42..19097e4a4c 100644
--- a/discuss.html
+++ b/discuss.html
@@ -856,7 +856,7 @@ OUTPUT<
-
+
To do this, your .gitignore would look like this:
diff --git a/instructor/01-basics.html b/instructor/01-basics.html
index 6f8d747946..2be9f9e68e 100644
--- a/instructor/01-basics.html
+++ b/instructor/01-basics.html
@@ -496,7 +496,7 @@ Paper Writing
-
+
Recovering the excellent version is only possible if you created
a copy of the old version of the paper. The danger of losing good
diff --git a/instructor/04-changes.html b/instructor/04-changes.html
index d2906da05d..eb62e3007b 100644
--- a/instructor/04-changes.html
+++ b/instructor/04-changes.html
@@ -381,7 +381,7 @@
Tracking Changes
- Last updated on 2024-09-29 |
+
Last updated on 2024-10-08 |
Edit this page
@@ -644,7 +644,7 @@ OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -707,7 +707,7 @@ OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -1353,7 +1353,7 @@ Key Points
"url": "https://swcarpentry.github.io/git-novice/instructor/04-changes.html",
"identifier": "https://swcarpentry.github.io/git-novice/instructor/04-changes.html",
"dateCreated": "2014-12-04",
- "dateModified": "2024-09-29",
+ "dateModified": "2024-10-08",
"datePublished": "2024-10-08"
}
diff --git a/instructor/06-ignore.html b/instructor/06-ignore.html
index a328b37f5e..2587c02da3 100644
--- a/instructor/06-ignore.html
+++ b/instructor/06-ignore.html
@@ -564,7 +564,7 @@ BASH
Show me the solution
-
+
If you only want to ignore the contents of
receipts/plots
, you can change your .gitignore
@@ -605,7 +605,7 @@
Including Specific Files
-
+
You would add the following two lines to your .gitignore:
@@ -653,7 +653,7 @@ BASH
Show me the solution
-
+
If you want to ignore the contents of receipts/
but not
those of receipts/data/
, you can change your
@@ -700,7 +700,7 @@
BASH
Show me the solution
-
+
Appending receipts/data/market_position/gps/*.dat
will
match every file in receipts/data/market_position/gps
that
@@ -738,7 +738,7 @@
BASH
Show me the solution
-
+
In the .gitignore
file, write:
@@ -776,7 +776,7 @@ BASH
Show me the solution
-
+
The !
modifier will negate an entry from a previously
defined ignore pattern. Because the !*.csv
entry negates
@@ -817,7 +817,7 @@
Log Files
-
+
- append either
log_*
or log*
as a new entry
in your .gitignore
diff --git a/instructor/09-conflict.html b/instructor/09-conflict.html
index 32965f45e5..d0da301674 100644
--- a/instructor/09-conflict.html
+++ b/instructor/09-conflict.html
@@ -813,7 +813,7 @@ Conflicts on Non-textual files
-
+
Let’s try it. Suppose Alfredo takes a picture of its guacamole and
calls it guacamole.jpg
.
@@ -1031,7 +1031,7 @@ A Typical Work Session
-
+
order
action . . . . . .
diff --git a/instructor/aio.html b/instructor/aio.html
index 5a111f93a2..ef4cb25526 100644
--- a/instructor/aio.html
+++ b/instructor/aio.html
@@ -573,7 +573,7 @@ Paper Writing
-
+
Recovering the excellent version is only possible if you created
@@ -1190,7 +1190,7 @@
Key Points
Content from Tracking Changes
-Last updated on 2024-09-29 |
+
Last updated on 2024-10-08 |
Edit this page
Estimated time: 20 minutes
@@ -1450,7 +1450,7 @@ OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -1515,7 +1515,7 @@ OUTPUT<
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
+ (use "git restore <file>..." to discard changes in working directory)
modified: guacamole.md
@@ -2942,7 +2942,7 @@ BASH
Show me the solution
-
+
If you only want to ignore the contents of
receipts/plots
, you can change your .gitignore
@@ -2983,7 +2983,7 @@
Including Specific Files
-
+
You would add the following two lines to your .gitignore:
@@ -3031,7 +3031,7 @@ BASH
Show me the solution
-
+
If you want to ignore the contents of receipts/
but not
those of receipts/data/
, you can change your
@@ -3078,7 +3078,7 @@
BASH
Show me the solution
-
+
Appending receipts/data/market_position/gps/*.dat
will
match every file in receipts/data/market_position/gps
that
@@ -3116,7 +3116,7 @@
BASH
Show me the solution
-
+
In the .gitignore
file, write:
@@ -3154,7 +3154,7 @@ BASH
Show me the solution
-
+
The !
modifier will negate an entry from a previously
defined ignore pattern. Because the !*.csv
entry negates
@@ -3197,7 +3197,7 @@
Log Files
-
+
- append either
log_*
or log*
as a new entry
@@ -4644,7 +4644,7 @@ Conflicts on Non-textual files
-
+
Let’s try it. Suppose Alfredo takes a picture of its guacamole and
calls it guacamole.jpg
.
@@ -4887,7 +4887,7 @@ A Typical Work Session
-
+
diff --git a/instructor/discuss.html b/instructor/discuss.html
index ffb459ea74..7854754dea 100644
--- a/instructor/discuss.html
+++ b/instructor/discuss.html
@@ -858,7 +858,7 @@ OUTPUT<
-
+
To do this, your .gitignore would look like this:
diff --git a/md5sum.txt b/md5sum.txt
index 4ae4ae1d3e..efb0454334 100644
--- a/md5sum.txt
+++ b/md5sum.txt
@@ -6,7 +6,7 @@
"episodes/01-basics.md" "78184e84f5bf3b0dd88de3918e927591" "site/built/01-basics.md" "2024-06-20"
"episodes/02-setup.md" "ff206706b9e5521d474bd7b8e8ccc832" "site/built/02-setup.md" "2024-09-29"
"episodes/03-create.md" "c1198fc3106059d83fd8078d57fbbfef" "site/built/03-create.md" "2024-09-29"
-"episodes/04-changes.md" "1ab3092e5e56fae93d4532b82280baf7" "site/built/04-changes.md" "2024-09-29"
+"episodes/04-changes.md" "424d2f82315f1b95ea4e6311cf4da5b3" "site/built/04-changes.md" "2024-10-08"
"episodes/05-history.md" "c535c544c5d01637f78f2cc6031196cb" "site/built/05-history.md" "2024-10-08"
"episodes/06-ignore.md" "3a56f9255434111624a69a81713d00e4" "site/built/06-ignore.md" "2024-09-29"
"episodes/07-github.md" "cc33245b998145b54cfbfc1a647a523d" "site/built/07-github.md" "2024-10-08"
diff --git a/pkgdown.yml b/pkgdown.yml
index bae5a0a822..410b425c99 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -2,4 +2,4 @@ pandoc: 3.1.11
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-10-08T13:18Z
+last_built: 2024-10-08T13:33Z