check git diff into tree view
Usage
- get the branch diff and output it as a file
data
, for the example:
git diff --name-status ${branches} --output=data
-
copy the output file into this project root folder
-
install the project
npm install
- run the script
npm run start
- check the output in
output
folder