DAMASK_EICMD/installation/patch/README.md

18 lines
359 B
Markdown
Raw Normal View History

# DAMASK patching
2018-01-29 07:32:38 +05:30
This folder contains patches that modify the functionality of the current development version of DAMASK ahead of the corresponding adoption in the official release.
## Usage
```bash
cd DAMASK_ROOT
patch -p1 < installation/patch/nameOfPatch
```
## Create patch
commit your changes
```bash
git format-patch PATH_TO_COMPARE --stdout >
```