We’ve been trying to review more Drupal 8 patches on Drupal.org with this workflow: I found that be cumbersome so I created a bash function to simplify this. Usage example: $ git-patch stat URL.patch That triggers a wget to retrieve the file, runs $ git apply –stat and prompts you for the next step. In [...]
↧