Answers for "git ls-files --others -i --exclude-standard"

0

git ls-files --others -i --exclude-standard

git ls-files . --exclude-standard --ignored
#                 |                  +-- show only those matched by an exclude pattern
#                 +-- exclude files decalred in .gitignore, etc.
Posted by: Guest on November-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language