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
Copy file name to clipboardExpand all lines: README.md
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,25 +38,27 @@ In this course, you will:
38
38
39
39
### How to start this course
40
40
41
-
<!-- For start course, run in JavaScript:
42
-
'https://github.com/new?' + new URLSearchParams({
43
-
template_owner: 'skills',
44
-
template_name: 'resolve-merge-conflicts',
45
-
owner: '@me',
46
-
name: 'skills-resolve-merge-conflicts',
47
-
description: 'My clone repository',
48
-
visibility: 'public',
49
-
}).toString()
50
-
-->
41
+
Simply copy the exercise to your account, then give your favorite Octocat (Mona) **about 20 seconds** to prepare the first lesson, then **refresh the page**.
When copying the exercise, we recommend the following settings:
49
+
50
+
- For owner, choose your personal account or an organization to host the repository.
51
+
- We recommend creating a public repository, as private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions).
1. After your new repository is created, wait about 20 seconds, then refresh the page.
56
+
2. Follow the step-by-step instructions in the issue created in your repository.
57
+
3. If the page doesn't refresh automatically, please check the [Actions](../../actions) tab.
58
+
- Check to see if a job is running. Sometimes it simply takes a bit longer.
59
+
- If the page shows a failed job, please submit an issue. Nice, you found a bug! 🐛
53
60
54
-
1. Right-click **Start course** and open the link in a new tab.
55
-
2. In the new tab, most of the prompts will automatically fill in for you.
56
-
- For owner, choose your personal account or an organization to host the repository.
57
-
- We recommend creating a public repository, as private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions).
58
-
- Scroll down and click the **Create repository** button at the bottom of the form.
59
-
3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README.
0 commit comments