mirror of
https://github.com/opus-tango/skills-resolve-merge-conflicts.git
synced 2026-03-20 12:05:20 +00:00
1.3 KiB
1.3 KiB
Step 1: Create a pull request
Welcome to "Managing Merge Conflicts"! 👋
What is a merge conflict?: A merge conflict occurs when changes are made to the same part of the same file on two different branches. You usually find out about conflicts in a pull request so let's start by creating one.
⌨️ Activity: Create a pull request
- Open a new browser tab, and work on the steps in your second tab while you read the instructions in this tab.
- We made a small change to a file in the repository in the
my-resumebranch. - Create a pull request setting
my-resumeas the head branch andmainas the base branch. You can enterResolving merge conflictsfor the pull request title and body. - Wait about 20 seconds then refresh this page (the one you're following instructions from). GitHub Actions will automatically update to the next step.