I currently run the following git command for list of all untracked and modified files:
git ls-files -mo --exclude-standard
Is there any equivalent for it in the NodeGit world?
I currently run the following git command for list of all untracked and modified files:
git ls-files -mo --exclude-standard
Is there any equivalent for it in the NodeGit world?
Copyright © 2021 Jogjafile Inc.
This is one of the ways, I got around to satisfy the above requirement:
The following line helps match
-moparams:statusFile.isModified() || statusFile.isNew()