An IntelliJ Platform plugin to easily rebase the current branch onto a pre-set remote branch. It supports multiple repositories in a single project.
Important
You'll need to explicitly configure and enable at least one repository for the action to become available.
The main goal of this plugin is to streamline the development workflow by providing a simple and fast way to keep feature branches up to date with the main development branch.
The plugin will fetch + rebase onto, or pull with rebase from, the configured remote branch. Which operation is performed depends on whether the current local branch is tracking the configured remote branch or not.
The plugin is configured in Settings | Version Control | Git | Rebaser:
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.

