擅长计算机理论和IT技术
1、用途: stash用于临时保存当前工作目录和索引的状态,让你可以干净地切换到其他分支。
2、使用方法: 使用git stash保存改动,使用git stash pop应用最近的存储,或者使用git stash apply应用指定的stash。
引用公司