projects-dir.mk: Add git-push

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2014-07-23 14:16:34 +00:00
commit da6a6b5cd8

View file

@ -23,6 +23,9 @@ cpp:
clone diff commit push:
$(RGIT) $@
git-push:
$(RGIT) push
update pull:
cvs update -dP $(CVS_PROJECTS)
$(RGIT) pull