You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**What you'll build**: We'll make a short Markdown file you can use as your [profile README](https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme).
37
37
-**Prerequisites**: None. This course is a great introduction for your first day on GitHub.
38
-
-**How long**: This course is 4 steps and takes less than one hour.
38
+
-**How long**: This course is four steps long and takes less than one hour to complete.
39
39
40
40
</details>
41
41
@@ -50,7 +50,7 @@ People use GitHub to build some of the most advanced technologies in the world.
50
50
<detailsid=1>
51
51
<summary><strong>:evergreen_tree: Step 1: Create a branch</strong></summary>
52
52
53
-
### :wave:Welcome to "Introduction to GitHub"!
53
+
### Welcome to "Introduction to GitHub"!:wave:
54
54
55
55
**What is GitHub?**: GitHub is a collaboration platform that uses [Git](https://docs.github.com/get-started/quickstart/github-glossary#git) for versioning. GitHub is a popular place to share and contribute to [open-source](https://docs.github.com/get-started/quickstart/github-glossary#open-source) software.
56
56
<br>:tv:[Video: What is GitHub?](https://www.youtube.com/watch?v=w3jLJU7DT5E)
@@ -81,7 +81,7 @@ People use GitHub to build some of the most advanced technologies in the world.
81
81
<detailsid=2>
82
82
<summary><strong>:pencil: Step 2: Commit a file</strong></summary>
83
83
84
-
### :tada:You created a branch!
84
+
### You created a branch!:tada:
85
85
86
86
Creating a branch allows you to edit to your project without changing the `main` branch. Now that you have a branch, it’s time to create a file and make your first commit!
87
87
@@ -147,7 +147,7 @@ Now that you’ve created a commit, it’s time to share your proposed change th
147
147
<detailsid=4>
148
148
<summary><strong>:shipit: Step 4: Merge your pull request</strong></summary>
149
149
150
-
### Nicely done friend! :sparkles:
150
+
### Nicely done friend! :sunglasses:
151
151
152
152
You successfully created a pull request. You can now merge your pull request.
153
153
@@ -190,7 +190,7 @@ Here's a recap of all the tasks you've accomplished in your repository:
190
190
- Delete `PROFILE.md` on your branch.
191
191
- Open and merge a pull request using your branch.
192
192
- We'd love to hear what you thought of this course [in our community forum](https://github.community/c/education/github-learning-lab/34).
193
-
-[Take another GitHub Learn Course](https://github.com/githublearn).
193
+
-[Take another GitHub Learn course](https://github.com/githublearn).
194
194
-[Read the GitHub Getting Started docs](https://docs.github.com/en/get-started).
195
195
- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).
0 commit comments