zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
604 stars 73 forks source link

Disable while stash/rebasing? #336

Closed boardtc closed 3 years ago

boardtc commented 3 years ago

I wanted to do a git stash & rebase and I was worried the auto-refresh would mess with this?

I could not see a way to disable the plugin in project settings so I disabled the plugin in settings,

Did I need to worry, or would auto-refresh see a rebase was in operation?

Thanks!

p.s I would like to add a question label but I can't edit side options.

zielu commented 3 years ago

Hi, I suspect it might make a mess. I'll add logic to prevent this. It is possible to disable autofetch in plugin config, you can find config locations here https://github.com/zielu/GitToolBox/wiki/Manual#general-configuration

zielu commented 3 years ago

Done in (203/212).7.7