1
0
mirror of synced 2026-01-05 03:06:35 -05:00

Merge branch 'main' into patch-4

This commit is contained in:
Ramya Parimi
2021-11-03 03:39:03 -05:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -57,4 +57,4 @@ Anyone with write permissions in the repository, can then [merge the changes](/a
## Further reading
- "[About pull requests](/articles/about-pull-requests/)"
- "[Addressing merge conflicts](/github/collaborating-with-pull-requests/addressing-merge-conflicts"
- "[Addressing merge conflicts](/github/collaborating-with-pull-requests/addressing-merge-conflicts)"

View File

@@ -103,4 +103,4 @@ gh pr merge 523 --squash --body "my squash commit" --delete-branch
- "[Reverting a pull request](/articles/reverting-a-pull-request)"
- "[Syncing your branch](/desktop/guides/contributing-to-projects/syncing-your-branch/)" using {% data variables.product.prodname_desktop %}
- "[About pull request merges](/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges)"
- "[Addressing merge conflicts](/github/collaborating-with-pull-requests/addressing-merge-conflicts"
- "[Addressing merge conflicts](/github/collaborating-with-pull-requests/addressing-merge-conflicts)"

View File

@@ -25,7 +25,7 @@ shortTitle: Merge an upstream repo
```shell
$ git pull https://{% data variables.command_line.codeblock %}/<em>ORIGINAL_OWNER</em>/<em>ORIGINAL_REPOSITORY</em>.git <em>BRANCH_NAME</em>
```
5. If there are conflicts, resolve them. For more information, see "[Addressing merge conflicts](/github/collaborating-with-pull-requests/addressing-merge-conflicts".
5. If there are conflicts, resolve them. For more information, see "[Addressing merge conflicts](/github/collaborating-with-pull-requests/addressing-merge-conflicts)".
6. Commit the merge.
7. Review the changes and ensure they are satisfactory.
8. Push the merge to your GitHub repository.