1@echo off
2
3cd "%~dp0.."
4
5git add -u
6git diff @
7git diff-index --quiet HEAD
8