Skip to content

Instantly share code, notes, and snippets.

@SubZane
Created June 2, 2014 11:58
Show Gist options
  • Save SubZane/3a53bda42974ec23368f to your computer and use it in GitHub Desktop.
Save SubZane/3a53bda42974ec23368f to your computer and use it in GitHub Desktop.
Remove folders from git cache when adding them to .gitignore
git rm --cached -r src/dependencies/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment