description: How to quickly download a patch file and apply it to a Git repository in one line
tags:
- Git
- Drupal Planet
---
Testing a patch file is usually a two-step process. First you download the patch file from the source, and then you run a separate command to apply it.
You can save time and typing by running the two commands on one line: