Updating mentions of remotes (Followup tasks after restructuring TOC #3549) (#32995)

Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
This commit is contained in:
Anne-Marie 2022-12-01 12:42:19 +01:00 коммит произвёл GitHub
Родитель 9315c7dae9
Коммит 0d2950545a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 9 добавлений и 7 удалений

Просмотреть файл

@ -1,13 +1,14 @@
---
title: Changing a remote's URL from GitHub Desktop
title: Changing the remote URL for a repository from GitHub Desktop
intro: 'You can change the remote URL for a repository you''re working with in {% data variables.product.prodname_desktop %}. You might do this if the repository has been renamed, or the username or organization that owns the repository has changed.'
redirect_from:
- /desktop/contributing-to-projects/changing-a-remotes-url-from-github-desktop
- /desktop/contributing-to-projects/changing-a-remote-s-url-from-github-desktop
- /desktop/contributing-and-collaborating-using-github-desktop/changing-a-remotes-url-from-github-desktop
- /desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-a-remotes-url-from-github-desktop
versions:
fpt: '*'
shortTitle: Change a remote's URL
shortTitle: Change the remote URL for a repository
---
{% mac %}

Просмотреть файл

@ -10,7 +10,7 @@ children:
- /viewing-a-pull-request-in-github-desktop
- /viewing-and-re-running-checks-in-github-desktop
- /configuring-notifications-in-github-desktop
- /changing-a-remotes-url-from-github-desktop
- /changing-the-remote-url-for-a-repository-from-github-desktop
shortTitle: Work with your remote repo
---

Просмотреть файл

@ -1,11 +1,12 @@
---
title: Configuring a remote for a fork
title: Configuring a remote repository for a fork
intro: 'You must configure a remote that points to the upstream repository in Git to [sync changes you make in a fork](/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) with the original repository. This also allows you to sync changes made in the original repository with the fork.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/working-with-forks/configuring-a-remote-for-a-fork
- /articles/configuring-a-remote-for-a-fork
- /github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork
- /github/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork
- /github/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-repository-for-a-fork
versions:
fpt: '*'
ghes: '*'
@ -13,7 +14,7 @@ versions:
ghec: '*'
topics:
- Pull requests
shortTitle: Configure a remote
shortTitle: Configure a remote repository
---
{% data reusables.command_line.open_the_multi_os_terminal %}
2. List the current configured remote repository for your fork.

Просмотреть файл

@ -14,7 +14,7 @@ topics:
- Pull requests
children:
- /about-forks
- /configuring-a-remote-for-a-fork
- /configuring-a-remote-repository-for-a-fork
- /syncing-a-fork
- /allowing-changes-to-a-pull-request-branch-created-from-a-fork
- /what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility

Просмотреть файл

@ -52,7 +52,7 @@ If the changes from the upstream repository cause conflict then the {% data vari
## Syncing a fork branch from the command line
Before you can sync your fork with an upstream repository, you must [configure a remote that points to the upstream repository](/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork) in Git.
Before you can sync your fork with an upstream repository, you must configure a remote that points to the upstream repository in Git. For more information, see "[Configuring a remote repository for a fork](/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-repository-for-a-fork)."
{% data reusables.command_line.open_the_multi_os_terminal %}
2. Change the current working directory to your local project.