Skip to content

Commit 4a6d44e

Browse files
fix: reupload all screenshots which became inaccessible (skills#1942)
1 parent 6327d37 commit 4a6d44e

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/steps/1-create-a-branch.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,27 @@ For more information, see "[About branches](https://docs.github.com/en/pull-requ
2424
is essentially an "About me" section on your GitHub profile where you can share information about yourself with the community on GitHub.com.
2525
GitHub shows your profile README at the top of your profile page. For more information, see "[Managing your profile README](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme)".
2626

27-
![screenshot showing an example profile readme](https://github.com/user-attachments/assets/9425d1aa-04ba-459b-b89d-31fbae87c743)
27+
![screenshot showing an example profile readme](https://github.com/user-attachments/assets/fdc3a590-0bab-4758-9aec-6fd93c1d81a6)
2828

2929
### :keyboard: Activity: Your first branch
3030

3131
1. Open a new browser tab and navigate to your newly made repository (your copy of this exercise). Then, work on the steps in your second tab while you read the instructions in this tab.
3232

3333
2. Navigate to the **< > Code** tab in the header menu of your repository.
3434

35-
![screenshot highlighting the code tab](https://github.com/user-attachments/assets/8e1283ea-9cea-4a7e-8359-a7617734ff9a)
35+
![screenshot highlighting the code tab](https://github.com/user-attachments/assets/9a310b11-d80b-4b0f-bddc-aa41a8c01269)
3636

3737
3. Click on the **main** branch drop-down.
3838

39-
<img width="300" alt="screenshot highlighting the branch selection" src="https://github.com/user-attachments/assets/1a07c958-cebf-4ca5-805e-22c1725635ba">
39+
<img width="300" alt="screenshot highlighting the branch selection" src="https://github.com/user-attachments/assets/9256e36d-4c17-4629-95df-863d42a3c182">
4040

4141
4. In the text box **Find or create a branch...**, enter `my-first-branch`.
4242

4343
> **Note:** This is checked to continue with the next step. :wink:
4444
4545
5. Click the text **Create branch: `my-first-branch` from main** to create your branch.
46-
47-
<img width="300" alt="screenshot highlighting the create branch prompt" src="https://github.com/user-attachments/assets/99d19ff5-4482-4210-ae45-84e7b7c47632">
46+
47+
<img width="300" alt="screenshot highlighting the create branch prompt" src="https://github.com/user-attachments/assets/df0f369f-0669-4f9e-b9f3-b82515ec2a6c">
4848

4949
- The branch will automatically switch to the one you just created.
5050
- The **main** branch drop-down menu will display your new branch name.
@@ -58,4 +58,4 @@ GitHub shows your profile README at the top of your profile page. For more infor
5858
If you don't get feedback, here are some things to check:
5959
- Make sure your created the branch with the exact name `my-first-branch`. No prefixes or suffixes.
6060

61-
</details>
61+
</details>

.github/steps/2-commit-a-file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following steps will guide you through the process of committing a change on
1717

1818
2. Select the **Add file** drop-down and click **Create new file**.
1919

20-
<img width="300" alt="screenshot of the create new file option" src="https://github.com/user-attachments/assets/cfb062cd-be60-4f12-948c-0946a6fe01da">
20+
<img width="300" alt="screenshot of the create new file option" src="https://github.com/user-attachments/assets/a86c088e-b377-43f7-96e6-e68f7aef1cd3">
2121

2222
3. In the **Name your file...** field, enter `PROFILE.md`.
2323

@@ -27,15 +27,15 @@ The following steps will guide you through the process of committing a change on
2727
Welcome to my GitHub profile!
2828
```
2929

30-
![screenshot for adding the profile.md file](https://github.com/user-attachments/assets/e00540be-4334-4d0d-adc2-9893b5477a91)
30+
![screenshot for adding the profile.md file](https://github.com/user-attachments/assets/487c0ba4-88d8-4634-8715-a170413369d0)
3131

3232
5. Click **Commit changes...** in the upper right corner above the contents box. A dialog will appear.
3333

3434
6. GitHub offers a simple default message, but let's change it slightly for practice. Enter `Add PROFILE.md` in the **Commit message** field.
3535

3636
- A **commit message** and optional **extended description** help provide clarity for your changes. This is particularly useful when your commit involves several files.
3737

38-
<img width="400" alt="screenshot of adding a new file with a commit message" src="https://github.com/user-attachments/assets/6ab299ce-8039-4734-a707-d7c3cd7077a0">
38+
<img width="400" alt="screenshot of adding a new file with a commit message" src="https://github.com/user-attachments/assets/5472be49-6a6c-4b9c-ba2b-151ded73921f">
3939

4040
6. In this lesson, we'll ignore the other fields for now and click **Commit changes**.
4141

.github/steps/3-open-a-pull-request.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Now that you have made a change to the project and created a commit, it’s time
1010

1111
You may have noticed after your commit that a message displayed indicating your recent push to your branch and providing a button that says **Compare & pull request**.
1212

13-
![screenshot of message and button](https://github.com/user-attachments/assets/47b82c6e-d45b-4854-b8b4-1cb2c33af05f)
13+
![screenshot of message and button](https://github.com/user-attachments/assets/a9f29bd2-0461-4bf9-9935-67730761bcd3)
1414

1515
To create a pull request automatically, click **Compare & pull request** button, and then skip to step 5 below. Alternately, you practice creating it manually using the first 4 steps.
1616

@@ -21,15 +21,15 @@ To create a pull request automatically, click **Compare & pull request** button,
2121
- **base:** `main`
2222
- **compare:** `my-first-branch`
2323

24-
![screenshot showing both branch selections](https://github.com/user-attachments/assets/140ca348-b6de-4c3c-b29f-fd57944d98a9)
24+
![screenshot showing both branch selections](https://github.com/user-attachments/assets/8f01524c-c973-4f4f-a75c-0717fe09b664)
2525

2626
4. Click **Create pull request**.
2727

2828
5. Enter a title for your pull request. By default, the title will automatically be the name of your branch. For this exercise, let's edit the field to say `Add my first file`.
2929

3030
6. The next field helps you provide a **description** of the changes you made. Please enter a short description of what you’ve accomplished so far. As a reminder, you have: created a new branch, created a file, and made a commit.
3131

32-
![screenshot showing pull request](https://github.com/user-attachments/assets/e03171f9-98cc-4067-a473-78424618f1f8)
32+
![screenshot showing pull request](https://github.com/user-attachments/assets/c6e6af6b-d31e-4628-91ac-de6adb5b390c)
3333

3434
7. Click **Create pull request**.
3535

@@ -43,4 +43,4 @@ If you don't get feedback, here are some things to check:
4343
- Make sure your pull request title is correct.
4444
- Ensure your pull request has a description.
4545

46-
</details>
46+
</details>

.github/steps/4-merge-your-pull-request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You successfully created a pull request. Now it's time to merge it!
66

77
**What is a merge?**: A _[merge](https://docs.github.com/en/get-started/quickstart/github-glossary#merge)_ adds the changes in your pull request and branch into the `main` branch. For more information about merges, see "[Merging a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request)."
88

9-
![screenshot of green merge pull request button](https://github.com/user-attachments/assets/ce2f04cb-8a71-411f-8dc8-827a2bc23a30)
9+
![screenshot of green merge pull request button](https://github.com/user-attachments/assets/c691b064-0bd3-4448-bdcd-b1ad82fc9154)
1010

1111
### :keyboard: Activity: Merge the pull request
1212

@@ -20,7 +20,7 @@ You successfully created a pull request. Now it's time to merge it!
2020
2121
3. Once your branch has been merged, you don't need it anymore. To delete this branch, click **Delete branch**.
2222

23-
![screenshot showing delete branch button](https://github.com/user-attachments/assets/0fda948e-14e0-4643-aa53-d9f9f364cddd)
23+
![screenshot showing delete branch button](https://github.com/user-attachments/assets/29ddff73-865b-485c-abc6-3333bca71b76)
2424

2525
4. Now that your work is merged, Mona will confirm and share some final review content. Nice work! 🎉
2626

@@ -30,4 +30,4 @@ You successfully created a pull request. Now it's time to merge it!
3030
If you don't get feedback, here are some things to check:
3131
- Make sure you completed the previous lessons. If they haven't passed, the merge button will be gray.
3232

33-
</details>
33+
</details>

0 commit comments

Comments
 (0)