<dcg...@gmail.com> writes: > I did not use git diff because there are too many files. > But when git add -A;git commit is don, most files are "added". > This means git think most files are treated as new.
It means that git thinks most files are "new", in that git does not believe that the file names exist in the current commit and/or index. It does *not* mean that the file contents do not exist as a blob somewhere in the repository. Dale -- 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.