Skip to content

Instantly share code, notes, and snippets.

@wesleysaraujo
Last active January 29, 2016 05:10
Show Gist options
  • Save wesleysaraujo/9965023 to your computer and use it in GitHub Desktop.
Save wesleysaraujo/9965023 to your computer and use it in GitHub Desktop.
Clean Cache git on fuelphp
git rm -r --cached [arquivo ou pasta a ser removidos]
git add .
git commit -m ".gitignore is now working"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment