Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save scottlaplant/a0651df11db7a0b8beb0244f3bfbe1f1 to your computer and use it in GitHub Desktop.
Save scottlaplant/a0651df11db7a0b8beb0244f3bfbe1f1 to your computer and use it in GitHub Desktop.
Remove files git ignored files from remote repository

$ git rm -r --cached . && git add . && git commit -m "Removing all files in .gitignore"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment