Skip to content

Commit ac40b1c

Browse files
authored
Refresh readme
1 parent 47325e7 commit ac40b1c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ _Learn why conflicts happen and how to resolve them._
66

77
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.
88

9-
- **Who is this for**: New developers, new GitHub users, users new to Git, students, managers, teams.
10-
- **What you'll learn**: What merge conflicts are, how you resolve merge conflicts, how to reduce merge conflicts.
11-
- **What you'll build**: We'll work with a short Markdown resume file in this course.
12-
- **Prerequisites**: We recommend taking [Introduction to GitHub](https://github.com/skills/introduction-to-github) prior to this course.
13-
- **How long**: This course takes less than 30 minutes to complete.
9+
- **Who is this for**: New developers, new Git/GitHub users
10+
- **What you'll learn**: We'll introduce the tools for inspecting and resolving a merge conflict.
11+
- **What you'll build**: The reviewing of conflicting changes proposed to a simple Markdown.
12+
- **Prerequisites**:
13+
- Skills Exercise: [Introduction to GitHub](https://github.com/skills-dev/introduction-to-github)
14+
- **How long**: less than 30 minutes
1415

1516
In this exercise, you will:
1617

17-
1. Create a pull request
18-
2. Resolve a merge conflict
19-
3. Create a merge conflict
20-
4. Merge your pull request
18+
1. Learn the causes of a merge conflict.
19+
2. The tools for resolving a merge conflict.
20+
3. When and how to resolve a merge conflict.
2121

2222
### How to start this course
2323

2424
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**.
2525

26-
[![](https://img.shields.io/badge/Copy%20Exercise-%E2%86%92-1f883d?style=for-the-badge&logo=github&labelColor=197935)](https://github.com/new?template_owner=Chukslord1&template_name=resolve-merge-conflicts&owner=%40me&name=skills-resolve-merge-conflicts&description=Exercise:+Resolve+Merge+Conflicts&visibility=public)
26+
[![](https://img.shields.io/badge/Copy%20Exercise-%E2%86%92-1f883d?style=for-the-badge&logo=github&labelColor=197935)](https://github.com/new?template_owner=skills-dev-2&template_name=resolve-merge-conflicts&owner=%40me&name=skills-resolve-merge-conflicts&description=Exercise:+Resolve+Merge+Conflicts&visibility=public)
2727

2828
<details>
2929
<summary>Having trouble? 🤷</summary><br/>

0 commit comments

Comments
 (0)