-
-
Save dacur/198c7da3791577b71a16 to your computer and use it in GitHub Desktop.
How to make sure deleted files are no longer tracked, not added back to your project (git).
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
| EDIT/UPDATE: git add --all (use this instead) | |
| git add -u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment