Created
July 23, 2019 14:06
-
-
Save wlizama/e59b96d8b91e7ab79f3538057946174e to your computer and use it in GitHub Desktop.
No volver a considerar archivos o cambios que agregué a .gitignore
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
# Eliminamos cache de git | |
git rm -r --cached . | |
# Agregamos nuevamente archivos | |
git add . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment