Skip to content

Instantly share code, notes, and snippets.

@nomeyer
Last active March 3, 2016 17:22
Show Gist options
  • Save nomeyer/3138ad7cfd0bc134746f to your computer and use it in GitHub Desktop.
Save nomeyer/3138ad7cfd0bc134746f 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