Is it possible to Git fetch only a single module's repo?
My Project contains multiple modules with each module being a separate Git repo and each repo directory having multiple remotes.
When I right click on a single module in Project view and do "Git => Fetch" , intuitively I expect the 'git fetch' to be done for only that module's repo. Instead a fetch for ALL modules' repos is done. All these repos&their remotes are hosted on a single Github Enterprise instance. The server/network configuration thereof is blocks multiple git-ssh connections within a short duration. Since I have multiple modules with multiple remotes each, the (number of repos * number of remotes ) is crossing the enforced connection number limit and hence problematic.
So, the question is if it's possible to only fetch for a single Module's repo, using right click context menu on module?
Please sign in to leave a comment.
Regrettably, it's not possible at the moment,
Please feel free to vote:
https://youtrack.jetbrains.com/issue/IDEA-89709
Ruslan, I think IDEA-89709 is not related to this question.
Alik Elzin
Why do you think it is not related?
Implementing this issue: https://youtrack.jetbrains.com/issue/IDEA-89709, should allow users to fetch from a specific remote repository to a specific local repository. Therefore, it would fetch only a single git repository and not the entire project (multiple repositories).