Answers for "git check ignore"

1

git check ignore

# Check that a file/folder is ignored
git check-ignore *
# Check that a file/folder is ignored and which line of .gitignore causes that
git check-ignore -v *
Posted by: Guest on March-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language