Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created April 13, 2014 11:51
Show Gist options
  • Save jbutko/10580773 to your computer and use it in GitHub Desktop.
Save jbutko/10580773 to your computer and use it in GitHub Desktop.
Git, GitHub: Remove the directory only from the repository
$ git rm -r --cached .idea
#From https://coderwall.com/p/qaiaog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment