Skip to content

Instantly share code, notes, and snippets.

@dariodiaz
Created April 14, 2021 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dariodiaz/2148ae51ac4695c42b698e6de48cd763 to your computer and use it in GitHub Desktop.
Save dariodiaz/2148ae51ac4695c42b698e6de48cd763 to your computer and use it in GitHub Desktop.
[Delete Files from remote git repository] #git
# Remove a single file
git rm --cached password.txt
# Remove a single folder
git rm --cached -rf .idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment