REAMDE: update git format patch

This commit is contained in:
Miguel Bernal Marin 2020-10-27 22:28:49 -06:00
parent 5650555e59
commit 4d93e7ac55
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -18,3 +18,9 @@ ACRN hypervisor setup.
1. Clone https://github.com/intel/linux-intel-quilt.git
2. Check out 4.19/base
3. Use patch/series file to apply new patches
# format patch
```
git format-patch --zero-commit --no-numbered --abbrev=12 --signature="https://clearlinux.org"
```