I want to understand the difference between --others and --other in git-ls-files . I got same result when i use 'git-ls-files --others --ignored --exclude-standard' and 'git-ls-files --other -ignored --exclude-standard'.
Difference between --others and --other in git-ls-files
302 views Asked by lucku At
1
--otherand--othershave the same meaning even though--otheris not specified inman git-ls-files. This is how Git parses options as explained;