Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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.
Source by yeonghoey.com #
 
PREVIOUS NEXT
Tagged: #git
ADD COMMENT
Topic
Name
9+9 =