Git status
This commit is contained in:
parent
c8223c17ae
commit
6d2c23312e
1 changed files with 5 additions and 1 deletions
|
|
@ -34,5 +34,9 @@ pushInProd: bin/output/wwwroot/version
|
||||||
ssh root@localhost systemctl start kestrel
|
ssh root@localhost systemctl start kestrel
|
||||||
|
|
||||||
status:
|
status:
|
||||||
git status -s --porcelain
|
ifeq ($(git status -s --porcelain |wc -l),'0')
|
||||||
|
@echo oui
|
||||||
|
else
|
||||||
|
@echo non
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue