Skip to content

Instantly share code, notes, and snippets.

@nickysixer
Last active August 24, 2022 14:19
Show Gist options
  • Save nickysixer/fff9e695bdf96d0094b6fb086decd138 to your computer and use it in GitHub Desktop.
Save nickysixer/fff9e695bdf96d0094b6fb086decd138 to your computer and use it in GitHub Desktop.
Removed untracked files from repo

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