Intellij Git fetch automatic fetches all remotes

Answered

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

0
1 comment

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

0

Please sign in to leave a comment.