What does using Shelve come from?And why when I use merge using stash, my locally modified code will be deleted instead of merged
Both commands put the code on hold, but stash is native to git. shelve is unique to idea.
Both commands put the code on hold, but stash is native to git. shelve is unique to idea.