git-machete-intellij-plugin icon indicating copy to clipboard operation
git-machete-intellij-plugin copied to clipboard

Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen

Results 168 git-machete-intellij-plugin issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/3383210/197568903-290921db-e577-48ed-9f57-28dff4d66807.png) Scrolling is needed, and that obfuscates the somewhat non-trivial message. The dialog should be wider and higher by default 🤔

ux
frontend-actions

Reproduce steps: 1. Create a new local branch in repository `A` (it should not exist remotely - only locally) 2. Open `A` as a project in IntelliJ IDEA 3. Open...

bug
git-core

All 3 of them just call `RuntimeBinding.instantiateSoleImplementingClass(...)`... maybe just use `RuntimeBinding.instantiateSoleImplementingClass` directly then, without the intermediate layer of `@Service`s?

frontend-ui
code quality

https://plugins.jetbrains.com/docs/intellij/disposers.html?from=IncorrectParentDisposable#choosing-a-disposable-parent

research needed
tech debt

Working hacked mvp of #1160

A follow-up after completing https://github.com/VirtusLab/git-machete-intellij-plugin/issues/429 Solution from https://github.com/VirtusLab/git-machete-intellij-plugin/pull/1243 has one downside - after a new branch is created, the _reparsing_ of the machete file is not invoked. And because of...

frontend-ui
tech debt
code quality
branch-layout

this PR is created as a prerequisite for the traverse feature. #1230 got closed automatically by GitHub.

feature
frontend-actions

It resolves #246

feature
branch-layout

From time to time I have the need to rename a branch. One of the use-cases I encounter is that I create an experimental branch, but then create a task...

feature
frontend-actions
externally requested