使用 git Drush 工作流程

发布于 2024-10-18 21:33:26 字数 152 浏览 1 评论 0原文

我读过,当使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

关于从前 2024-10-25 21:33:26

我无法通过阅读 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文