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
290 views Asked by lucku At
1
--other
and--others
have the same meaning even though--other
is not specified inman git-ls-files
. This is how Git parses options as explained;