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

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -