sh Git ReadyFrom http://gitready.com/beginner/2009/03/13/smartly-save-stashes.html

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Git ReadyFrom http://gitready.com/beginner/2009/03/13/smartly-save-stashes.html相关的知识,希望对你有一定的参考价值。

$ git stash save "your message here"

$ $ git stash list

$ git diff stash@{0}
$ git branch

$ git branch -a


$ git branch --track feature1 origin/master
#http://stackoverflow.com/questions/9537392/git-fetch-remote-branch
$git checkout --track -b daves_branch origin/daves_branch

以上是关于sh Git ReadyFrom http://gitready.com/beginner/2009/03/13/smartly-save-stashes.html的主要内容,如果未能解决你的问题,请参考以下文章

sh git_exclude.sh

sh git_lfs.sh

sh git.sh

sh 签署git commits.sh

sh git-nb.sh

sh Git的撤销.SH