Skip to content

Instantly share code, notes, and snippets.

@weslley39
Created June 22, 2017 12:20
Show Gist options
  • Save weslley39/93b7d9ebd09a53f5327019f2be64f5fd to your computer and use it in GitHub Desktop.
Save weslley39/93b7d9ebd09a53f5327019f2be64f5fd to your computer and use it in GitHub Desktop.
git rm -r --cached .
git add .
git commit -m 'Removed all files that are in the .gitignore'
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment