Quantcast
Channel: Git list of staged files - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Git list of staged files

$
0
0

I staged a lot of files using git add, and now I want to see all the files I have staged, without untracked files or changed, but unstaged files.

How do I do that? When using git diff --cached I can see the changes of what I just staged. So then I tried using git status --cached, but that --cached unfortunately doesn't work on git status.


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images