On Wed, 24 Feb 2016 14:50:34 -0800 (PST)
Ольга Пшеничникова <nurbardag...@gmail.com> wrote:

[...]
>     git@ip5server:~$ git status 
>     On branch master 
>     Untracked files: 
>       (use "git add <file>..." to include in what will be committed) 
> 
>         app/addons/arliteks/
> 
>     nothing added to commit but untracked files present (use "git
> add" to track) 
>     git@ip5server:~$ git clean -dn 
>     Would remove app/addons/arliteks/ 
>     Would remove design/ 
>     Would remove js/ 
>     Would remove var/langs/en/ 
> 
> Why I don't see all 4 directories in first command? 

Does the situation become more clear if you run

  git status -uall

and/or

  git status --ignored

?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to