Created
March 29, 2020 18:34
-
-
Save murilogteixeira/0242bb41e8f1ec5cd956757d266540d6 to your computer and use it in GitHub Desktop.
Updating .gitignore and cleaning the cache
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
//First commit any outstanding code changes, and then, run this command: | |
git rm -r --cached . | |
//This removes any changed files from the index(staging area), then just run: | |
git add . | |
//Commit | |
git commit -m "Atualizando .gitignore para..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment