sh Git从藏匿处分支

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Git从藏匿处分支相关的知识,希望对你有一定的参考价值。

Save current changes to a temp stash:

    $ git stash

Create a new branch based on this stash, and switch to the new branch:

    $ git stash branch <new-branch> stash@{0}

以上是关于sh Git从藏匿处分支的主要内容,如果未能解决你的问题,请参考以下文章

sh Git藏匿

sh Git的で未追迹のファイルも藏匿する.SH

sh Rebase Git从原点分支

sh 从命令行显示多分支git树

sh 使用git cherry-pick从分支中选择提交

什么是藏匿处?