# GitHub、またはGitHub Enterpriseでのリモートリポジトリの操作

ローカルでプロジェクトに変更を加えていくと、リモートリポジトリと同期できます。 Git では、 "リモート" とは、コードが保存されているサーバーのことです。 あなたの場合、サーバーは、GitHub、またはGitHub Enterpriseにあるリポジトリです。

## Links

* [GitHub Desktop からの issue または pull request の作成](/ja/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request-from-github-desktop)

  リポジトリに対する変更の提案あるいは共同作業のために、Issueあるいはプルリクエストを作成できます。

* [GitHub Desktopでブランチを同期する方法](/ja/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/syncing-your-branch-in-github-desktop)

  コミットが GitHubでプロジェクトにプッシュされると、リモート リポジトリからプルすることで、プロジェクトのローカル コピーを同期状態に保つことができます。

* [GitHub デスクトップでプルリクエストを表示する](/ja/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-a-pull-request-in-github-desktop)

  GitHub Desktopで pull request ブランチを開いて、コミット履歴の表示、チェックの実行、または変更を行うことができます。

* [GitHub Desktop でのチェックの表示と再実行](/ja/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop)

  チェックの状態を表示し、 GitHub Desktopで再実行できます。

* [GitHub Desktop での通知を構成する](/ja/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop)

  GitHub Desktop により、プルリクエスト ブランチで発生するイベントに関する通知を通じて、常に最新情報を把握できます。

* [GitHub Desktop でリポジトリのリモート URL を変更する](/ja/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/changing-the-remote-url-for-a-repository-in-github-desktop)

  取り扱ってるリポジトリに対してのリモートのURLはGitHub Desktopで変更できます。 リポジトリの名前や、リポジトリを所有するユーザ名、またはOrganizationが変更された場合に役立ちます。