From 092b4a8b44bb4bda7c9be47cf24291c6ca3b24b1 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Mon, 13 Jun 2016 16:13:24 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20de=20cible=20pour=20pusher=20tous=20les?= =?UTF-8?q?=20sousmodules=20&=20d=C3=A9pot=20courant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 7f66cd6..51c259b 100644 --- a/Makefile +++ b/Makefile @@ -29,5 +29,9 @@ submodules-update: git submodule foreach git co master git submodule foreach git ff +submodules-push: + git submodule foreach git push + git push + upgrade: nixos-rebuild switch --upgrade