WebStorm 6.0.1 Web Help

The Git integration with WebStorm supports the Rebase operation and provides interface that ensures high flexibility in setting rebase arguments.

The following functionality is supported:

To initiate rebasing
  1. On the main menu, choose VCS | Git | Rebase. The Rebase Branches dialog box opens.
  2. From the Git Root drop-down list, select the relevant local repository.
  3. From the Branch drop-down list, select the branch to rebase.

    Tip

    By default, the current branch is selected. If you specify another branch, it will be checked out.

  4. Specify the new base and commits to apply.
To resume interrupted rebase
  • On the main menu, choose VCS | Git | Continue Rebasing.

    Tip

    Before resuming rebase, view the log in the Version Control tool window.

    Note

    If rebase has been initiated and interrupted on two or more local repositories, the Continue Rebasing dialog box is displayed. Use the Git Root drop-down list, to specify the repository to resume rebase on.

To cancel rebase
  • On the main menu, choose VCS | Git | Abort Rebasing.

    Note

    If rebase has been initiated on two or more local repositories, the Abort Rebasing dialog box is displayed. Use the Git Root drop-down list, to specify the repository to cancel rebase on.

See Also

Concepts:

Procedures:

Reference:

Web Resources: