Created
June 27, 2019 00:50
-
-
Save gustavodaquino/44d392962c59db90a6237dca7e0e390e to your computer and use it in GitHub Desktop.
Remover todos os arquivos versionados e adicioná-los.
This file contains 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 rm -rf --cached . | |
git add . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment