仅存储一些当前修改的文件

这个问题在这里已经有了答案:

  • 藏匿更改为特定文件5个答案
  • 只用Git修改多个文件中的一个文件? 24个答案

  • 我发现git stash push可以用来轻松存储多个文件。

    从命令存储的例子中存储文件

     git stash push MyClass.h MyClass.cpp
    

    它存储MyClass.hMyClass.cpp但是只main.cpp

    在编辑中找到此答案

    链接地址: http://www.djcxy.com/p/24497.html

    上一篇: Stash only some of the currently modified files

    下一篇: CryptographicException: Bad PKCS7 padding