Skip to content

Instantly share code, notes, and snippets.

@saroar
Forked from c33k/Update .gitignore
Created October 12, 2020 16:23
Show Gist options
  • Save saroar/32698f169ede482fea020d9c11adc705 to your computer and use it in GitHub Desktop.
Save saroar/32698f169ede482fea020d9c11adc705 to your computer and use it in GitHub Desktop.
Updating .gitignore and cleaning the cache
//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