I’m working on several projects across different Git repositories, and I want to maintain a consistent ReSharper configuration across all of them. To achieve this, I’m considering storing the ReSharper configuration files in a common Git repository and syncing them with other repositories.
Is there a way to set up my environment so that I can:
-
Store ReSharper configuration files in a central Git repository.
-
Sync these configuration files with multiple other Git repositories.
Ideally, I would like a solution that automatically updates the configuration files in the other repositories whenever changes are made in the central repository. Without git submodules.