When using Drush make keep the .git for component from git
When using Drush make for download the component for your Drupal distribution you probably need libraries/modules/themes from git. The problem is that the .git folder is deleted and this is a problem when you need to apply patches or pull updates for those components.
You can solve by adding --working-copy to your drush make command:
drush make --no-core --working-copy=TRUE --contrib-destination drupal-org.make .
Written by Roy Segall
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Drush
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#