les commandes de push envoient également les tags

extraction-donnees-privees 2016-06-28-radx
Jean-Pierre PRUNARET 9 years ago
parent c4a3515aa0
commit d4417b922a

@ -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)"

Loading…
Cancel
Save