commit c97b182bb7f686738ee155b1c3e7d132ac9398af parent c08822cb82907f72f83d5af0c768e2a3785d8e8d Author: Sebastian <sebasjm@gmail.com> Date: Tue, 5 Mar 2024 14:33:36 -0300 do not push, just show stat Diffstat:
| M | contrib/publish-prebuilt-dir.sh | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/publish-prebuilt-dir.sh b/contrib/publish-prebuilt-dir.sh @@ -11,4 +11,5 @@ MSG="built from ${COMMIT}" # the prebuilt folder cd prebuilt git commit -m "$MSG" -a -git push +git show --stat +echo "ready to push"