1. 程式人生 > >Git儲藏與恢復

Git儲藏與恢復

and list git pin pre ply col 修改 andro

1 cd /f
2 cd android
3 git status
4 echo shoping >> 4  //修改內容
5 git status
6 git stash  //git儲藏
7 git status
8 git stash list  //查看儲藏的內容
9 git stash apply  //恢復

Git儲藏與恢復