plugins: add pull target

This commit is contained in:
Franco Fichtner
2025-03-19 15:19:11 +01:00
parent ae6185094e
commit ef54f31c73
+5
View File
@@ -157,6 +157,11 @@ rebase:
log:
@git log --stat -p ${PLUGIN_STABLE}
pull:
@git checkout ${PLUGIN_STABLE}
@git pull
@git checkout ${PLUGIN_MAIN}
push:
@git checkout ${PLUGIN_STABLE}
@git push