intellij idea - pycharm auto unstashing changes after rebase -
intellij idea - pycharm auto unstashing changes after rebase -
after rebase (git plugin) pycharm has unstash lastly stashed changeset. causes merge conflicted files etc. did not find related settings configure it. how can turned off?
in main menu vcs -> update project
in area, specify method save changes while cleaning working tree before update. changes restored after update completed. available options are: using stash(git native) , using shelve(idea native)
so using shelve avoid issues stashed info (i not using shelve files no conflicts)
intellij-idea pycharm
Comments
Post a Comment