Skip to content

Commit 11594f9

Browse files
authored
Update 2-commit-a-file.md
1 parent ad36a6f commit 11594f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Creating a branch allows you to edit your project without changing the `main` br
1616

1717
The following steps will guide you through the process of committing a change on GitHub. A commit records changes in renaming, changing content within, creating a new file, and any other changes made to your project. For this exercise, committing a change requires first adding a new file to your new branch.
1818

19+
> [!NOTE]
20+
> `.md` is a file extension that creates a Markdown file. You can learn more about Markdown by visiting "[Basic writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)" in our docs or by taking the "[Communicating using Markdown](https://github.com/skills/communicate-using-markdown)" Skills course.
21+
1922
1. On the **< > Code** tab in the header menu of your repository, make sure you're on your new branch `my-first-branch`.
2023

2124
2. Select the **Add file** drop-down and click **Create new file**.
@@ -24,9 +27,6 @@ The following steps will guide you through the process of committing a change on
2427

2528
3. In the **Name your file...** field, enter `PROFILE.md`.
2629

27-
> [!NOTE]
28-
> `.md` is a file extension that creates a Markdown file. You can learn more about Markdown by visiting "[Basic writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)" in our docs or by taking the "[Communicating using Markdown](https://github.com/skills/communicate-using-markdown)" Skills course.
29-
3030
4. In the **Enter file contents here** area, copy the following content to your file:
3131

3232
```

0 commit comments

Comments
 (0)