Skip to content

Instantly share code, notes, and snippets.

@baruch-grs
Created June 23, 2019 20:35
Show Gist options
  • Save baruch-grs/eb8af9fe959ebcb1e42d3a1e266243a3 to your computer and use it in GitHub Desktop.
Save baruch-grs/eb8af9fe959ebcb1e42d3a1e266243a3 to your computer and use it in GitHub Desktop.
#If your gitignore it's 'not working'
#cleanup your cached files
git rm -r --cached .
#then add your changes
git add .
git commit -m "your celebration message"
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment