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

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -