make: add a 'pull' target

This commit is contained in:
Franco Fichtner 2025-03-10 08:57:52 +01:00
parent 13b68dde51
commit d68d48fdd4

View File

@ -545,6 +545,11 @@ reset:
log: ensure-stable
@git log --stat -p ${CORE_STABLE}
pull:
@git checkout ${CORE_STABLE}
@git pull
@git checkout ${CORE_MAIN}
push:
@git checkout ${CORE_STABLE}
@git push