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

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -