Skip to content

Instantly share code, notes, and snippets.

@PauloLuan
Created July 17, 2015 18:05
Show Gist options
  • Save PauloLuan/c1aac2082d3e7215448d to your computer and use it in GitHub Desktop.
Save PauloLuan/c1aac2082d3e7215448d to your computer and use it in GitHub Desktop.
Apply gitignore
git rm -r --cached .
git add .
git commit -m "fixed untracked files"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment