upda专题

Local changes were not restored Before update your uncommitted changes were saved to stash. Upda

更新后代码不见了,心急如焚。原来是合并的时候冲突, Git把代码先保存起来了。(┬_┬),我谢谢你啊,git。 上命令: 存档:$ git stash 读最新存档:$ git stash pop 查看存档列表:$ git stash list (让我想起了minecraft里的指令,很像有木有乛◡乛 ) 读指定的某个存档:$ git stash apply stash