Skip to content

Instantly share code, notes, and snippets.

@eMdOS
Created November 28, 2017 15:31
Show Gist options
  • Save eMdOS/07031f38073e15661b4183413ba95900 to your computer and use it in GitHub Desktop.
Save eMdOS/07031f38073e15661b4183413ba95900 to your computer and use it in GitHub Desktop.
.gitignore + git cache reset

Removing the cache:

git rm -r --cached .

Adding files:

git add .

Commiting changes:

git commit -m "<commit message>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment