les commandes de push envoient également les tags

This commit is contained in:
2016-06-28 20:55:28 +02:00
parent c4a3515aa0
commit d4417b922a

View File

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