Skip to content

Instantly share code, notes, and snippets.

@josecaos
Created June 27, 2023 23:56
Show Gist options
  • Select an option

  • Save josecaos/f74d2e3e53c55bbf718baa8b736c6f00 to your computer and use it in GitHub Desktop.

Select an option

Save josecaos/f74d2e3e53c55bbf718baa8b736c6f00 to your computer and use it in GitHub Desktop.
GIT: Ignorar archivos que ya han sido agregados al caché
# GIT: Ignorar archivos que ya han sido agregados al caché
### Borra el archivo de la caché
```
git rm -r --cached ruta/de/archivo
```
@josecaos

Copy link
Copy Markdown
Author

Make public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment