Skip to content

Commit bfe3a18

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 4824396 Branch : main Author : Martín Herrerías Azcué <martin.herrerias@gmail.com> Time : 2026-04-30 08:22:52 +0000 Message : Merge pull request #74 from carpentries-incubator/73-broken-figure-links-in-episode-2-and-maybe-others fix: github figure links
1 parent 1beaab6 commit bfe3a18

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

02-better-start-version-control.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Git stores files in **repositories** - directories where changes to the files ca
123123
The diagram below shows the different parts of a Git repository,
124124
and the most common commands used to work with one.
125125

126-
![Software development lifecycle with Git](fig/ep02_fig05-git-lifecycle.svg){alt='Software development lifecycle with Git diagram showing Git commands and flow of data between components of a Git system, including working directory, staging area, local and remote repository'}
126+
![Software development lifecycle with Git](fig/git-tracking-changes-lifecycle.svg){alt='Software development lifecycle with Git diagram showing Git commands and flow of data between components of a Git system, including working directory, staging area, local and remote repository'}
127127

128128
- **Working directory** - a local directory (including any subdirectories) where your project files live,
129129
and where you are currently working.
@@ -757,20 +757,20 @@ Let's push our **local repository** to [GitHub](https://github.com) and share it
757757
there is a menu labelled "+" with a dropdown.
758758
Click the dropdown and select "New repository" from the options:
759759

760-
![*Creating a new GitHub repository*](fig/ep02_fig01-create_new_repo.png){alt="Selecting the 'New repository' option from GitHub's dropdown menu labelled '+'" .image-with-shadow }
760+
![*Creating a new GitHub repository*](fig/github-create-new-repo.png){alt="Selecting the 'New repository' option from GitHub's dropdown menu labelled '+'" .image-with-shadow }
761761

762762
3. You will be presented with some options to fill in or select while creating your repository.
763763
In the "Repository Name" field, type "spacewalks".
764764
This is the name of your project and matches the name of your local folder.
765765

766-
![*Naming the GitHub repository*](fig/ep02_fig02-repository_name.png){alt="Setting the name of the repository on GitHub through the 'Repository Name' text field" .image-with-shadow }
766+
![*Naming the GitHub repository*](fig/github-repository-name.png){alt="Setting the name of the repository on GitHub through the 'Repository Name' text field" .image-with-shadow }
767767

768768
Ensure the visibility of the repository is "Public" and leave all other options blank.
769769
Since this repository will be connected to a local repository,
770770
it needs to be empty which is why we chose not to initialise with a README or add a license or `.gitignore` file.
771771
Click "Create repository" at the bottom of the page:
772772

773-
![*Complete GitHub repository creation*](fig/ep02_fig03-create_repository.png){alt="Completing the creation of the GitHub repository by clicking on the 'Create repository' button" .image-with-shadow }
773+
![*Complete GitHub repository creation*](fig/github-create-repository.png){alt="Completing the creation of the GitHub repository by clicking on the 'Create repository' button" .image-with-shadow }
774774

775775
4. Now we have a **remote repository** on GitHub's servers,
776776
you need to send it the files and history from your **local repository**.
@@ -792,7 +792,7 @@ Let's push our **local repository** to [GitHub](https://github.com) and share it
792792
You can copy these commands using the button that looks like two overlapping squares to the right-hand side of the commands.
793793
Paste them into your terminal and run them.
794794

795-
![*Copy the commands to sync the local and remote repositories*](fig/ep02_fig04-copy_commands.png){alt="Copying the commands to sync the local and remote repositories from the remote repository's home page on GitHub" .image-with-shadow }
795+
![*Copy the commands to sync the local and remote repositories*](fig/github-copy-commands.png){alt="Copying the commands to sync the local and remote repositories from the remote repository's home page on GitHub" .image-with-shadow }
796796

797797
5. If you refresh your browser window,
798798
you should now see the two files `eva_data_analysis.py` and `eva-data.json` visible in the GitHub repository,

md5sum.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"index.md" "2f1c106a656202b810b810e34c03cfb8" "site/built/index.md" "2026-04-27"
77
"links.md" "cc698995bc527d7023554c264a40395f" "site/built/links.md" "2026-01-06"
88
"episodes/01-introduction.md" "216a2fae784164018d85ec9f1240f49f" "site/built/01-introduction.md" "2026-04-28"
9-
"episodes/02-better-start-version-control.md" "3d202c36f180b6f5ba9c130910b5ba86" "site/built/02-better-start-version-control.md" "2026-04-28"
9+
"episodes/02-better-start-version-control.md" "fc3f38d0eb148e1eb45dc8c03e467d74" "site/built/02-better-start-version-control.md" "2026-04-30"
1010
"episodes/03-reproducible-dev-environment.md" "1e74a6dc349a450066fcc0ad80264797" "site/built/03-reproducible-dev-environment.md" "2026-04-28"
1111
"episodes/04-code-readability.md" "4b669c48feec4d7ad3da0d09ef9c2c7a" "site/built/04-code-readability.md" "2026-04-28"
1212
"episodes/05-code-structure.md" "e757049381a4c3e57e6b632e94b6f115" "site/built/05-code-structure.md" "2026-04-28"
@@ -23,4 +23,4 @@
2323
"learners/ethical-environmental-considerations.md" "a21d2780d9d1fc86bd1104a214edbd26" "site/built/ethical-environmental-considerations.md" "2025-09-30"
2424
"learners/setup.md" "a10c74c631874c01812d705a4286c1ad" "site/built/setup.md" "2026-03-23"
2525
"profiles/learner-profiles.md" "8fb91d65843f75b9b4aa60783eb65389" "site/built/learner-profiles.md" "2025-09-30"
26-
"renv/profiles/lesson-requirements/renv.lock" NA "site/built/renv.lock" "2026-04-29"
26+
"renv/profiles/lesson-requirements/renv.lock" NA "site/built/renv.lock" "2026-04-30"

0 commit comments

Comments
 (0)