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

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -