标签:
=====
当有紧急工作时,又不想commit现在做一半的工作,就用git stash,然后就可以切换到其他分支进行紧急工作。
git stash (保存当前的工作现场)
原文地址:http://my.oschina.net/u/2298961/blog/381728