Skip to content

Instantly share code, notes, and snippets.

@itsnwa
Last active February 25, 2024 14:52
Show Gist options
  • Save itsnwa/92ae9bf086025a5917252845096fd5cb to your computer and use it in GitHub Desktop.
Save itsnwa/92ae9bf086025a5917252845096fd5cb 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