Created
January 26, 2017 16:49
-
-
Save BKeanu1989/6cdc0d84f2537136fc496a522b1ebb78 to your computer and use it in GitHub Desktop.
add gitignore after commit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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