使用 git Drush 工作流程
我读过,当使用 Drush 更新 Drupal 模块时,您应该首先删除该模块,这样就不会有任何可能最终导致问题的孤立文件。是否有一种自动方法可以使用某些 Drush 命令参数来执行此操作?我发现一些与 SVN 相关的论点看起来很有希望,但我正在使用 git。
有什么想法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我无法通过阅读 Drush 代码来确认这一点,但我很确定 Drush 会自行处理这个问题。它将把旧模块目录移动到备份目录中,然后从 Drupal 存储库中检出全新版本。
I cannot confirm it by reading the Drush code, but I am pretty sure that Drush handles this by itself. It will move the old module directory into a backup-directory and then check out an entirely new version from the Drupal repository.