Check whether the working tree contains untracked files.
if (await git.hasUntrackedFiles()) { console.log("There are untracked files in the working tree")} Copy
if (await git.hasUntrackedFiles()) { console.log("There are untracked files in the working tree")}
0.2.0
Check whether the working tree contains untracked files.