gitbuster
gitbuster copied to clipboard
Gitbuster special mode doesn't work after git pull --rebase conflicts
How to reproduce :
git add remote other <url>
git pull --rebase other
[get conflicts]
At this point, to enter conflict mode, gitbuster is looking for .git/rebase-merge, that you don't have. However, you do have a .git/rebase-apply dir, which I guess might somehow be of use.