Home  >  Q&A  >  body text

java - What do the parameters in idea git update project mean?


What does using Shelve come from?
And why when I use merge using stash, my locally modified code will be deleted instead of merged

三叔三叔2675 days ago1364

reply all(1)I'll reply

  • 三叔

    三叔2017-06-23 09:14:50

    Both commands put the code on hold, but stash is native to git. shelve is unique to idea.

    reply
    0
  • Cancelreply