存档:$ git stash
读最新存档:$ git stash pop
查看存档列表:$ git stash list
(让我想起了minecraft里的指令,很像有木有乛◡乛 )
读指定的某个存档:$ git stash apply stash@{存档编号}
如:$ git stash apply stash@{1}
原文链接:http://www.jianshu.com/p/bc06970cb605
存档:$ git stash
读最新存档:$ git stash pop
查看存档列表:$ git stash list
(让我想起了minecraft里的指令,很像有木有乛◡乛 )
读指定的某个存档:$ git stash apply stash@{存档编号}
如:$ git stash apply stash@{1}