码迷,mamicode.com
首页 > 其他好文 > 详细

Git储藏与恢复

时间:2018-02-17 18:53:13      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:查看   body   gpo   lis   pre   修改内容   post   echo   ping   

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储藏与恢复

标签:查看   body   gpo   lis   pre   修改内容   post   echo   ping   

原文地址:https://www.cnblogs.com/MC-Curry/p/8452065.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!