Skip to content

Instantly share code, notes, and snippets.

@dacur
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save dacur/198c7da3791577b71a16 to your computer and use it in GitHub Desktop.

Select an option

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).
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