I\'m working on a project where someone has checked in some folders and files that are not suppose to be in the repository and are suppose to be on our local, I try to delete th
Please note that delete --keep-local only keeps the deleted files/folders in your local working copy.
delete --keep-local
When your coworkers perform their next update, the affected files/folders will be deleted in their working copies.
update
The keep-local option isn't as useful as a lot of people seem to think it is.
keep-local