Patch files
How to create and use patch files for Cover CLI
Command line argument
cd Module
git diff origin/develop --relative > file.patch git diff origin/develop | out-file file.patch -encoding utf8Create a patch file
Last updated
Was this helpful?

