ben-gibson / GitLink

A Jetbrains plugin that opens a local file under Git version control in its remote host using the default browser.
https://plugins.jetbrains.com/plugin/8183-gitlink
MIT License
671 stars 58 forks source link

Fallback branch is not used when platform autodetection fails #314

Open perlun opened 10 months ago

perlun commented 10 months ago

Slightly similar to https://github.com/ben-gibson/GitLink/issues/290, but not quite: I have my fallback configured like this in the GitLink settings:

image

Despite this, when GitLink fails to detect the platform (which it typically fails to do for some reason for me), it still falls back to use main. :thinking: This is annoying since most of our repos use master and I would like GitLink to honor this setting. Is this a bug or is this working as intended? (I realize now that the Fallback branch documentation in the UI screenshot here does not imply that it really does what I am asking for...)