Created
February 6, 2017 11:30
-
-
Save yudina-m/73f5d35f6ac1813c8a4ea919714998bd to your computer and use it in GitHub Desktop.
.gitignore - refresh file index to ignore added files/folders
This file contains hidden or 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
| //commit all changes and then | |
| git rm -r --cached . | |
| git add . | |
| git commit -m ".gitignore - fixed" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment