Skip to content

Instantly share code, notes, and snippets.

@BKeanu1989
Created January 26, 2017 16:49
Show Gist options
  • Save BKeanu1989/6cdc0d84f2537136fc496a522b1ebb78 to your computer and use it in GitHub Desktop.
Save BKeanu1989/6cdc0d84f2537136fc496a522b1ebb78 to your computer and use it in GitHub Desktop.
add gitignore after commit
git rm -r --cached .
git add .
git commit -m ".gitignore is now working"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment