sh 来自http://dev.housetrip.com/2013/05/13/git-stashing/

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 来自http://dev.housetrip.com/2013/05/13/git-stashing/相关的知识,希望对你有一定的参考价值。

#http://stackoverflow.com/questions/1105253/how-would-i-extract-a-single-file-or-changes-to-a-file-from-a-git-stash

$ git checkout stash@{0} -- <filename>
# http://stackoverflow.com/questions/10725729/git-see-whats-in-a-stash-without-applying-stash

$ git stash show -p stash@{1}
$ git checkout original-branch

$ git checkout -b my-new-beautiful-branch

$ git stash pop stash@{0}
  
  
  
#######
  
  
$ git stash create my-new-beautiful-branch stash@{0}
$ git stash drop stash@{2}

$ git stash clear
$ git stash pop

$ git stash pop stash@{2}
$ git stash show

$ git stash show stash@{2}

$ git stash save "something meaningful"
$ git stash list
$ git add .   
$ git stash

以上是关于sh 来自http://dev.housetrip.com/2013/05/13/git-stashing/的主要内容,如果未能解决你的问题,请参考以下文章

sh 来自远程排除目录的Rsync

sh 来自shell的cURL

sh 等待来自URL的200响应循环

sh 来自cacher

sh 来自env文件的Docker机密

sh 我的自卸车装载来自备份