Skip to content

Instantly share code, notes, and snippets.

@AminulBD
Created June 13, 2018 17:45
Show Gist options
  • Save AminulBD/c0f35d518cfce7452ff13c92e9cfde1e to your computer and use it in GitHub Desktop.
Save AminulBD/c0f35d518cfce7452ff13c92e9cfde1e to your computer and use it in GitHub Desktop.
Cleaning Ignored Files
git rm -r --cached .
git add .
git commit -m "Clean up ignored files"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment