From c438b48631ba8bdcbda673bb36ab248ad355e7b1 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Mon, 15 Jan 2024 19:45:22 -0800 Subject: [PATCH] Print git status after creating blog post and branch This is almost always my first command after running the script, so it may as well be a part of it. --- src/.bin/runelite-blog.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.bin/runelite-blog.sh b/src/.bin/runelite-blog.sh index 507c33a..7cc8b6a 100755 --- a/src/.bin/runelite-blog.sh +++ b/src/.bin/runelite-blog.sh @@ -173,3 +173,4 @@ ${SHORTLOG_SINCE_LAST_TAG} EOF echo 'Blog branch and structure created!' +git status