Created
June 27, 2023 23:56
-
-
Save josecaos/f74d2e3e53c55bbf718baa8b736c6f00 to your computer and use it in GitHub Desktop.
GIT: Ignorar archivos que ya han sido agregados al caché
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # GIT: Ignorar archivos que ya han sido agregados al caché | |
| ### Borra el archivo de la caché | |
| ``` | |
| git rm -r --cached ruta/de/archivo | |
| ``` |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make public