Using one project (.Rproj file) with multiple git repositories

Hi,

I work in the way that I have one Rproj file which has all my different work-projects open in it. Each work-project has its own repository. Currently, I am using the terminal to commit and push changes into each repo that I had made changes in its files because I didn't find a way to work with multiple repositories in one Rproj file in RStudio. In other IDEs like e.g IntelliJ it is totally possible.
How can I do the same in RStudio? Thanks!

Unfortunately, this is not possible. RStudio generally assumes that each project will have and be associated with a single top-level Git repository.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.