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

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

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -