Git status

vnext
Paul Schneider 7 years ago
parent 7296f7177d
commit a52754ab46
1 changed files with 5 additions and 1 deletions

@ -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

Loading…