I've read that when updating Drupal modules with Drush you should first delete the module so that there aren't any orphaned files that could end up causing problems. Is there an automated way to do this with some of the Drush command arguments? I see that some of the SVN related arguments look promising but I'm using git.
Any ideas?