You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep having to update the branch from main to master in every new project I open. If the plugin updates or IntelliJ resets, then I have to do it all over again. This is incredibly annoying. If I set it to master then it should be master everywhere. I shouldn't have to update it individually each time.
I keep sending people links and then they cannot open it, because it goes to an unknown branch.
The text was updated successfully, but these errors were encountered:
It shouldn't be overwriting your preferences when the plugin updates, I've not seen that before.
The option does need to be configured per project though, as each one could have a different default branch. I think it would be fairly trivial to auto configure this option though, for example, check the local branches each time a new project is opened and set the value if either master or main is found. I'll try to look into that when I have some time.
I keep having to update the branch from
main
tomaster
in every new project I open. If the plugin updates or IntelliJ resets, then I have to do it all over again. This is incredibly annoying. If I set it tomaster
then it should bemaster
everywhere. I shouldn't have to update it individually each time.I keep sending people links and then they cannot open it, because it goes to an unknown branch.
The text was updated successfully, but these errors were encountered: