Intellij Git fetch automatic fetches all remotes
已回答
Hi,
My problem is that between my git remotes I have a "git svn" remote which I handle throught command line (since Intellij doesn't support it). So the automatic Git fetch command breaks whenever run. My question is: is it possible to configure Intellij Git fetch in order to skip some remotes on its automatic fetches?
Thank you,
Rodrigo
请先登录再写评论。
No, it is not possible to tell IDE to skip a remote.
However, IDE fetches all remotes only when VCS - Git - Fetch is called. When you use Update-project, it fetches only the tracked remotes.
BTW, there is a request for the issue you have:
https://youtrack.jetbrains.com/issue/IDEA-167494
And a more generic one, to allow selecting a remote to fetch:
https://youtrack.jetbrains.com/issue/IDEA-89709