When I am in Fork software, if I don't exit the repository, running git rebase --continue will show an interactive prompt: "Unlink of file '' failed. Should I try again? (y/n)". When I exit the repository in Fork software, rebasing proceeds smoothly without this "Unlink of file" prompt.
When I am in Fork software, if I don't exit the repository, running
git rebase --continuewill show an interactive prompt: "Unlink of file '' failed. Should I try again? (y/n)". When I exit the repository in Fork software, rebasing proceeds smoothly without this "Unlink of file" prompt.