From 27c2207f857e0e71f2620258abdaaa416efc24a8 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 13 May 2024 13:11:45 -0400 Subject: [PATCH] 199443message --- justfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/justfile b/justfile index 56f0a90..f4903e9 100644 --- a/justfile +++ b/justfile @@ -79,3 +79,11 @@ install TYPE="nixos": echo "Error: Please enter a valid response (y/n)" \ fi fi + +# Commit all changes and push to upstream +gh: + @echo "Commit message:" + @read message + git add -A + git commit -m "$$message" + git push