more git submodule stuff

This commit is contained in:
twoneis 2024-06-14 00:54:56 +02:00
parent 059a9bd4c3
commit b3fb7babae

View file

@ -92,6 +92,7 @@
ga = "git add"; ga = "git add";
gc = "git commit"; gc = "git commit";
gp = "git push"; gp = "git push";
gs = "git submodule sync --recursive && git submodule update --init --recursive";
gpl = "git pull --recurse-submodules"; gpl = "git pull --recurse-submodules";
gst = "git status"; gst = "git status";