Git显示完整的暂存文件

时间:2013-08-10 17:46:07

标签: git

所以我有以下情况:

# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#       modified:   ../push-test.xml
#
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#       modified:   ../push-test.xml

我想打印staged push-test.xml的内容。如何实现呢?

0 个答案:

没有答案