make: add a little stable branch helper

This commit is contained in:
Franco Fichtner 2024-05-17 08:46:28 +02:00
parent e21159a973
commit 4583f8ae2c

View File

@ -521,6 +521,11 @@ rebase:
@git rebase -i
@git checkout ${CORE_DEVEL}
reset:
@git checkout ${CORE_STABLE}
@git reset --hard HEAD~1
@git checkout ${CORE_DEVEL}
log: ensure-stable
@git log --stat -p ${CORE_STABLE}