diff --git a/make/projects-dir.mk b/make/projects-dir.mk index cc272cd7..6a148c6d 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -102,6 +102,9 @@ git-push: git-diff: $(PGIT) diff +git-short-diff: + $(PGIT) diff --shortstat + git-pull: $(PGIT) pull