make: more stuff from core

This commit is contained in:
Franco Fichtner
2022-08-17 08:30:33 +02:00
parent b2dc32deec
commit d724f26403
+8
View File
@@ -153,3 +153,11 @@ rebase:
@git checkout stable/${PLUGIN_ABI}
@git rebase -i
@git checkout master
log:
@git log --stat -p stable/${PLUGIN_ABI}
push:
@git checkout stable/${PLUGIN_ABI}
@git push
@git checkout master