Skip to content

iml885203/intellij-git-merge-into

Repository files navigation

intellij-git-merge-into

Build Version Downloads

Description

Git Merge Into is a plugin that helps you quickly merge the current branch into another branch — without leaving your IDE.

How to Use

  1. Keyboard shortcut: Press Alt+G, then I to trigger the merge action.

  2. Action search: Press Ctrl+Shift+A (or +Shift+A on macOS), then type "Merge Into".

  3. Git Open menu: If you have the Git Open plugin installed, Merge Into will automatically appear in the Git Open action group.

    Git Open Menu

Once triggered, you'll see the merge process in action:

Merge Action

What It Does

  • Checks out the target branch
  • Fetches and resets to the latest remote state
  • Merges your current branch into it
  • Optionally pushes the result
  • Checks out back to your original branch

Settings

Go to Settings > Tools > Git Merge Into to configure:

  • Target branch — the branch to merge into (default: develop)
  • Push after merge — automatically push after a successful merge
  • Run in background — run the merge process in the background
  • Abort merge when conflicts — automatically abort and return to your branch on conflicts

You can also override the target branch per project under the Git Merge Into (Project) settings.

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Git Merge Into" > Install

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages