Git status

This commit is contained in:
2017-06-08 11:43:30 +02:00
parent 7296f7177d
commit a52754ab46

View File

@ -34,5 +34,9 @@ pushInProd: bin/output/wwwroot/version
ssh root@localhost systemctl start kestrel
status:
git status -s --porcelain
ifeq ($(git status -s --porcelain |wc -l),'0')
@echo oui
else
@echo non
endif