Skip to content

Instantly share code, notes, and snippets.

@pascalknecht
Created January 25, 2018 15:41
Show Gist options
  • Save pascalknecht/ae3ac6a8c4845728822df35cb5564926 to your computer and use it in GitHub Desktop.
Save pascalknecht/ae3ac6a8c4845728822df35cb5564926 to your computer and use it in GitHub Desktop.
Remove cached files from git
git rm --cached -r .
git add .
git commit -m 'removed all and added with git ignore'
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment