# 在 GitHub 或 GitHub Enterprise 上使用远程仓库

在本地更改项目时，可以通过远程仓库持续更新它们。 在 Git 中，远程是存储代码的服务器。 在您的情况中，该服务器是 GitHub 或 GitHub Enterprise 上的仓库。

## Links

* [从 GitHub Desktop 创建问题或提交请求](/zh/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request-from-github-desktop)

  您可以创建议题或拉取请求，以提议并协作更改仓库。

* [在 GitHub Desktop 中同步分支](/zh/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/syncing-your-branch-in-github-desktop)

  当提交推送到您在GitHub上的项目时，可通过从远程仓库拉取同步保留项目的本地副本。

* [在 GitHub Desktop 中查看拉取请求](/zh/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop)

  您可以在 GitHub Desktop 中打开拉取请求分支，以查看提交历史记录、运行各项检查或进行修改。

* [在 GitHub Desktop 中查看和重新运行检查](/zh/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop)

  您可以在 GitHub Desktop 中查看检查状态并重新运行检查。

* [在 GitHub Desktop 中配置通知](/zh/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop)

  GitHub Desktop 将保留 up-to日期，其中包含有关拉取请求分支中发生的事件的通知。

* [在 GitHub Desktop 中更改存储库的远程 URL](/zh/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-the-remote-url-for-a-repository-in-github-desktop)

  可在 GitHub Desktop 中更改您操作的仓库的远程 URL。 如果仓库已经更名，或者拥有仓库的用户或组织已经改变，您便可执行此操作。