Merge branch 'main' into patch-4
This commit is contained in:
@@ -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)"
|
||||
|
||||
@@ -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)"
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user