Skip to content

Instantly share code, notes, and snippets.

@guildenstern70
Created May 4, 2017 12:22
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 guildenstern70/fb244b393b4b18050b72fb532912e202 to your computer and use it in GitHub Desktop.
Save guildenstern70/fb244b393b4b18050b72fb532912e202 to your computer and use it in GitHub Desktop.
Remove items added in .gitignore
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