using Shelve是什么来的还有为什么我使用merge+using stash的时候会把我本地修改的代码删除,而不是合并
两个命令都是把代码搁置,只是stash是git原生的。shelve是idea独有的。
两个命令都是把代码搁置,只是stash是git原生的。shelve是idea独有的。