Skip to content

Instantly share code, notes, and snippets.

@horizon0514
Created December 3, 2021 06:19
Show Gist options
  • Save horizon0514/fb6b250ef0e497fe5e8a3d3693e4b00d to your computer and use it in GitHub Desktop.
Save horizon0514/fb6b250ef0e497fe5e8a3d3693e4b00d to your computer and use it in GitHub Desktop.
git remove ignored files
git rm -r --cached .
git add .
git commit -am "Remove ignored files"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment