Check whether the diff contains binary file changes.
true if binary changes are present
true
if (await git.hasBinaryChanges()) { console.log("Binary file changes present")} Copy
if (await git.hasBinaryChanges()) { console.log("Binary file changes present")}
0.2.0
Check whether the diff contains binary file changes.