Skip to content

Instantly share code, notes, and snippets.

@stephen-james
Created July 26, 2013 09:55
Show Gist options
  • Save stephen-james/6087699 to your computer and use it in GitHub Desktop.
Save stephen-james/6087699 to your computer and use it in GitHub Desktop.
git rm -r --cached some-directory
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