用于添加文件的Git diff

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

  • 我如何显示已经上演的变化? 13个答案

  • 你可以检查

    git diff --cached -- yourFile
    

    HEAD和索引之间的差异会有所不同。

    http://images.abizern.org.s3.amazonaws.com/365git/Feb11/Git%20Diff%202.png

    (来自365git.tumblr.com)

    --帮助将命令从参数中分离出来

    请参阅“删除严重命名的git分支”中的双连字符语法。

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

    上一篇: Git diff for added file

    下一篇: View diff of staged changes in git