sh Git藏匿

Posted

tags:

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

git stash 
# This will stash your changes and clear your status report

git pull
#This will pull changes from upstream branch. Make sure it says fast-forward in the report. If it doesn't, you are probably doing an unintended merge

git stash pop
# This will apply stashed changes back to working copy and remove the changes from stash unless you have conflicts. In the case of conflict, they will stay in stash so you can start over if needed.

# if you need to see what is in your stash

git stash list

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

sh Git藏匿

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

Git 藏匿操作

始终在git中提示隐藏消息

什么是藏匿处?

git 分支策略