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.
How to reproduce :
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.