|
1 |
| -<header> |
2 |
| - |
3 |
| -<!-- |
4 |
| - <<< Author notes: Course header >>> |
5 |
| - Include a 1280×640 image, course title in sentence case, and a concise description in emphasis. |
6 |
| - In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches. |
7 |
| - Add your open source license, GitHub uses MIT license. |
8 |
| ---> |
9 |
| - |
10 | 1 | # Resolve merge conflicts
|
11 | 2 |
|
12 | 3 | _Learn why conflicts happen and how to resolve them._
|
13 | 4 |
|
14 |
| -</header> |
15 |
| - |
16 |
| -<!-- |
17 |
| - <<< Author notes: Course start >>> |
18 |
| - Include start button, a note about Actions minutes, |
19 |
| - and tell the learner why they should take the course. |
20 |
| ---> |
21 |
| - |
22 | 5 | ## Welcome
|
23 | 6 |
|
24 | 7 | Merge conflicts happen when two people make changes to the same file on GitHub—a common occurrence when you’re working with others. While resolving differences might involve some discussion, merge conflicts don’t have to be scary. This course guides you through the steps to finding the best merge conflict solution, so your team can keep building.
|
@@ -48,27 +31,17 @@ Simply copy the exercise to your account, then give your favorite Octocat (Mona)
|
48 | 31 | When copying the exercise, we recommend the following settings:
|
49 | 32 |
|
50 | 33 | - 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). |
52 | 34 |
|
53 |
| -If the exercise isn't ready in 20 seconds: |
| 35 | +- We recommend creating a public repository, since private repositories will use Actions minutes. |
54 | 36 |
|
55 |
| -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! 🐛 |
| 37 | +If the exercise isn't ready in 20 seconds, please check the [Actions](../../actions) tab. |
60 | 38 |
|
61 |
| -</details> |
| 39 | +- Check to see if a job is running. Sometimes it simply takes a bit longer. |
62 | 40 |
|
63 |
| -<footer> |
| 41 | +- If the page shows a failed job, please submit an issue. Nice, you found a bug! 🐛 |
64 | 42 |
|
65 |
| -<!-- |
66 |
| - <<< Author notes: Footer >>> |
67 |
| - Add a link to get support, GitHub status page, code of conduct, license link. |
68 |
| ---> |
| 43 | +</details> |
69 | 44 |
|
70 | 45 | ---
|
71 | 46 |
|
72 | 47 | © 2025 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)
|
73 |
| - |
74 |
| -</footer> |
0 commit comments