From d4417b922a05e24235d2b497d87c9e126648e183 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Tue, 28 Jun 2016 20:55:28 +0200 Subject: [PATCH] =?UTF-8?q?les=20commandes=20de=20push=20envoient=20=C3=A9?= =?UTF-8?q?galement=20les=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c7fd05b..bc21835 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,8 @@ optimise: nix-store --optimise push: submodules-push - git push + git push --all + git push --tags rebuild-switch: nixos-rebuild switch @@ -33,7 +34,8 @@ submodules-update: git submodule foreach git ff submodules-push: - git submodule foreach git push + git submodule foreach git push --all + git submodule foreach git push --tags submodules-tag: git submodule foreach git tag -f "$$(date +%F)-$$(hostname -s)"