Skip to main content

81 Результаты поиска для "clone"

Репозитории / Ветви и слияния / Управление ветвями /

Переименование ветви

Updating a local clone after a branch name changes After you rename a branch in a repository on GitHub, any collaborator with a local clone of the repository

Приложения / Создание приложений GitHub / Написание кода для приложения GitHub /

Создание проверка CI с помощью приложения GitHub

repository." Clone your repository from the previous step. For more information, see "Cloning a repository." You may use a local clone or GitHub

Начать / Знакомство с GitHub /

Глоссарий GitHub

возможности пользователя совместно работать с репозиториями организации. clone Клон — это копия репозитория, которая находится на компьютере, а не на сервере

Начать / Начало работы с Git /

Сведения об удаленных репозиториях

ways to clone repositories available on GitHub.com. When you view a repository while signed in to your account, the URLs you can use to clone the project

Репозитории / Создание репозиториев и управление ими /

Клонирование репозитория

синхронизацию между двумя расположениями. About cloning a repository You can clone a repository from GitHub.com to your local computer, or to a codespace, to

GitHub Copilot / Использование GitHub Copilot /

Начало работы с GitHub Copilot

диспетчером подключаемых модулей Vim, введите следующую команду в терминале: git clone https://github.com/github/copilot.vim \ ~/.vim/pack/github/start/copilot

Запросы на включение внесенных изменений / Совместная работа с запросами на вытягивание / Работа с вилками /

Вилка репозитория

you attempt to clone a repository that you don't have write access to, a fork is automatically created for you. In the File menu, click Clone Repository.

Проверка подлинности / Безопасность учетной записи /

Управление личными маркерами доступа

operations over HTTPS. For example, to clone a repository on the command line you would enter the following git clone command. You would then be prompted

Репозитории / Создание репозиториев и управление ими /

Дублирование репозиториев

a repository Open TerminalTerminalGit Bash. Create a bare clone of the repository. git clone --bare https://github.com/EXAMPLE-USER/OLD-REPOSITORY.git

Начать / Изучение проектов /

Участие в проекте

GitHub. To be able to work on the project, you will need to clone it to your computer. You can clone your fork with the command line, GitHub CLI, or GitHub