Skip to main content

Создание ветви для работы с проблемой

Вы можете создать ветвь для работы с проблемой непосредственно на странице проблемы и сразу приступить к работе.

Note: The ability to create a branch for an issue is currently in public beta and subject to change.

About branches connected to an issue

Branches connected to an issue are shown under the "Development" section in the sidebar of an issue. When you create a pull request for one of these branches, it is automatically linked to the issue. The connection with that branch is removed and only the pull request is shown in the "Development" section. For more information, see "Linking a pull request to an issue."

Creating a branch for an issue

Anyone with write permission to a repository can create a branch for an issue. You can link multiple branches for an issue.

By default, the new branch is created in the current repository, and from the default branch.

  1. On GitHub.com, navigate to the main page of the repository.

  2. Under your repository name, click Issues.

    Screenshot of the main page of a repository. In the horizontal navigation bar, a tab, labeled "Issues," is outlined in dark orange.

  3. In the list of issues, click the issue that you would like to create a branch for.

  4. In the right sidebar under "Development", click Create a branch. If the issue already has a linked branch or pull request, select and click Create a branch.

    Screenshot of the issue sidebar. In the "Development" section, a link, labeled "Create a branch", is outlined in dark orange.

  5. Optionally, in the "Branch name" field, type a branch name.

  6. Optionally, select the Repository destination dropdown menu, then choose a repository.

  7. Under "What's next", select whether you want to work on the branch locally or to open the branch in GitHub Desktop.

  8. Click Create branch.