Thread (1 message) 1 message, 1 author, 2016-06-15

Re: Git diff does not detect newly added files to working tree

From: Matthieu Moy <hidden>
Date: 2016-06-15 22:48:23

jateeq [off-list ref] writes:
Hello,

If I add a new file to a working tree, and run the following command without
having staged or committed the file, according to the manual I should be
able to get the name of the file
Which part of the manual makes you think you should see untracked
files? (that's a real question ;-) ).
- but it just doesn't show up. Anyone knows what I'm doing wrong?
git diff doesn't mention untracked files, but shows the diff between
the working tree and the staged content for files known to git.

To see the files in "git diff", you have to let Git know about these
files, with "git add --intent-to-add the-file-you-want-to-see" (alias
"git add -N"), or you should use "git status".

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help