Skip to content

Instantly share code, notes, and snippets.

@sunipkm
Created September 11, 2024 19:35
Show Gist options
  • Save sunipkm/ae7515e70dc9a4a323bf74a0f19d7211 to your computer and use it in GitHub Desktop.
Save sunipkm/ae7515e70dc9a4a323bf74a0f19d7211 to your computer and use it in GitHub Desktop.
Git Tidbits

Git Tidbits

Removing files in post after changing .gitignore

$ git rm --cached `git ls-files -i -c --exclude-from=.gitignore`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment