Rider worktrees do not persist settings/preferences
I've set up in preferences: Version Control > Git > Update > Update Method: Rebase.
If I open the git tool in rider, open a worktree, a new rider window opens. If I once again navigate to the menu described above, it is now set to Merge. Why are preferences not persisted between worktrees?
Please sign in to leave a comment.
Unfortunately, the current implementation of worktree support doesn't copy the project settings from the main project to the worktree project.
There is a feature request for this behavior: https://youtrack.jetbrains.com/issue/IJPL-241029. Feel free to vote for it and follow for progress updates.
Sorry for the inconvenience.