Last active
May 13, 2020 09:51
-
-
Save matthacksteiner/024f1792c6a0498721162ab490a675fd to your computer and use it in GitHub Desktop.
Untrack files already added to git repository based on .gitignore
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
1. Commit all changes | |
2. git rm -r --cached . | |
3. git add . | |
4. git commit -m ".gitignore fix" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment