mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Add targets git-push-all, git-pull-all and pull-all
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
8547912bc6
commit
75994fe29f
1 changed files with 9 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ purge:
|
|||
update pull: purge cvs-update git-clone git-pull
|
||||
touch pull.done
|
||||
|
||||
pull-all: purge cvs-update git-clone git-pull-all
|
||||
touch pull.done
|
||||
|
||||
rebuild: clean pull subdirs-all
|
||||
|
||||
subdirs-%:
|
||||
|
|
@ -99,6 +102,9 @@ cvs-update:
|
|||
git-push:
|
||||
$(PGIT) push
|
||||
|
||||
git-push-all:
|
||||
$(PGIT) push --all
|
||||
|
||||
git-diff:
|
||||
$(PGIT) diff
|
||||
|
||||
|
|
@ -108,6 +114,9 @@ git-short-diff:
|
|||
git-pull:
|
||||
$(PGIT) pull
|
||||
|
||||
git-pull-all:
|
||||
$(PGIT) pull --all
|
||||
|
||||
git-clone:
|
||||
$(PGIT) clone
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue