Skip to content

Instantly share code, notes, and snippets.

@wlizama
Created July 23, 2019 14:06
Show Gist options
  • Save wlizama/e59b96d8b91e7ab79f3538057946174e to your computer and use it in GitHub Desktop.
Save wlizama/e59b96d8b91e7ab79f3538057946174e to your computer and use it in GitHub Desktop.
No volver a considerar archivos o cambios que agregué a .gitignore
# 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