In our project we have 4 untracked files, for local development. Output of *git status *:
Untracked files: (use "git add <file>..." to include in what will be committed) sdb-batch-web/src/main/webapp/WEB-INF/jboss-web.xml sdb-ear/src/main/application/ sdb-services/src/main/webapp/WEB-INF/jboss-web.xml sdb-web/src/main/webapp/WEB-INF/jboss-web.xml Note the second line, only the directory is shown. Output of *git status --untracked-files *: Untracked files: (use "git add <file>..." to include in what will be committed) sdb-batch-web/src/main/webapp/WEB-INF/jboss-web.xml sdb-ear/src/main/application/META-INF/jboss-deployment-structure.xml sdb-services/src/main/webapp/WEB-INF/jboss-web.xml sdb-web/src/main/webapp/WEB-INF/jboss-web.xml What is the difference between both commands, our believe is the output should be identical. We are on 2.6.3, OS is Ubuntu 14.04 LTS Cheers Kurt -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
