les commandes de push envoient également les tags
This commit is contained in:
6
Makefile
6
Makefile
@@ -19,7 +19,8 @@ optimise:
|
|||||||
nix-store --optimise
|
nix-store --optimise
|
||||||
|
|
||||||
push: submodules-push
|
push: submodules-push
|
||||||
git push
|
git push --all
|
||||||
|
git push --tags
|
||||||
|
|
||||||
rebuild-switch:
|
rebuild-switch:
|
||||||
nixos-rebuild switch
|
nixos-rebuild switch
|
||||||
@@ -33,7 +34,8 @@ submodules-update:
|
|||||||
git submodule foreach git ff
|
git submodule foreach git ff
|
||||||
|
|
||||||
submodules-push:
|
submodules-push:
|
||||||
git submodule foreach git push
|
git submodule foreach git push --all
|
||||||
|
git submodule foreach git push --tags
|
||||||
|
|
||||||
submodules-tag:
|
submodules-tag:
|
||||||
git submodule foreach git tag -f "$$(date +%F)-$$(hostname -s)"
|
git submodule foreach git tag -f "$$(date +%F)-$$(hostname -s)"
|
||||||
|
|||||||
Reference in New Issue
Block a user