Skip to main content
We publish frequent updates to our documentation, and translation of this page may still be in progress. For the most current information, please visit the English documentation.
Update to the latest version of GitHub Desktop before February 2 to avoid disruptions. For more information, see the GitHub blog post.

Синхронизация локального репозитория с GitHub

Локальный репозиторий можно синхронизировать с удаленным репозиторием при внесении изменений в любой из них. В Git удаленный — это сервер, на котором хранится код. В вашем случае этот сервер является репозиторием на GitHub или GitHub Enterprise.

  • Syncing your branch

    As commits are pushed to your project on GitHub, you can keep your local copy of the project in sync by pulling from the remote repository.