gitignore - Unignore files ignored with .git/info/exclude -
gitignore - Unignore files ignored with .git/info/exclude -
i have ignored files editing .git/info/exclude
. want unignore them. have edited .git/info/exclude
rid of corresponding rules, files still seem ignored. should do?
git check-ignore -v path/to/file
will show rule matching pathname.
git gitignore
Comments
Post a Comment