benthayer / benthayer/git-gud

Level: Basics 7 - "Merge Conflicts"

Open
#250 1 comment 0 reactions 1 assignee Claimed by @benthayer View on GitHub
level - educational
Dominant language
Python
Stars
558
Forks
53
PR merge metrics
No merged PRs in 30d

Description

```
Merge Conflicts
```
This level puts the users through the process of resolving a merge conflict. The structure is similar to #249

```
Working Directory
...
Staging Area
...
Commit 1
intro.txt - "Once upon a time there was a princess"
commit 2
intro.txt - "Once upon a time there was a princess"
middle.txt - "She lived a fulfilling life"
commit 3 (branch)
intro.txt - "Once upon a time there was a princess"
middle.txt - "She lived"
ending.txt - "And then she died"
merge (master)
intro.txt - "Once upon a time there was a princess"
middle.txt - "She lived a fulfilling life"
ending.txt - "And then she died"
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.