Skip to content

Instantly share code, notes, and snippets.

@gabrielem
Created October 8, 2014 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielem/4e6523a67a593eb1c1d1 to your computer and use it in GitHub Desktop.
Save gabrielem/4e6523a67a593eb1c1d1 to your computer and use it in GitHub Desktop.
Erase DIrectory and FIle untraked
git rm -r --cached /src/EML/CmsBundle/Resources/config/routing.yml
git rm -r --cached /src/EML/CmsBundle/Resources/views/
git commit -m 'Remove the now ignored directory "some-directory"'
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment